Searched defs:SockAddr (Results 1 – 1 of 1) sorted by relevance
52 struct SockAddr { struct53 socklen_t len;54 union {62 int getFamily() const { return generic.sa_family; } in getFamily()64 void initEmpty() { in initEmpty()69 int initFromInet(uint32_t ip_address, int port) { in initFromInet()81 int initFromLocalhost(int port) { in initFromLocalhost()88 int initFromUnixPath(const char* path) { in initFromUnixPath()