Home
last modified time | relevance | path

Searched defs:SockAddr (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/shared/emugl/common/
Dsockets.cpp52 struct SockAddr { struct
53 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()