Home
last modified time | relevance | path

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

/development/ndk/sources/android/libportable/common/include/
Dnetdb_portable.h127 struct addrinfo_portable { struct
128 int ai_flags; /* AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST */
129 int ai_family; /* PF_xxx */
130 int ai_socktype; /* SOCK_xxx */
131 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
132 socklen_t ai_addrlen; /* length of ai_addr */
133 char *ai_canonname; /* canonical name for hostname */
134 struct sockaddr *ai_addr; /* binary address */
135 struct addrinfo *ai_next; /* next structure in linked list */