Searched defs:addrinfo (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dnetdb.h110 struct addrinfo { struct
118 struct addrinfo *ai_next; /* next structure in linked list */
160 /* valid flags for addrinfo (not a standard def, apps should not use it) */
199 int getaddrinfo(const char* __node, const char* __service, const struct addrinfo* __hints, struct addrinfo** __result);
200 void freeaddrinfo(struct addrinfo* __ptr);
/bionic/tools/versioner/current/
H A Dnetdb.h110 struct addrinfo { struct
118 struct addrinfo *ai_next; /* next structure in linked list */
160 /* valid flags for addrinfo (not a standard def, apps should not use it) */
199 int getaddrinfo(const char* __node, const char* __service, const struct addrinfo* __hints, struct addrinfo** __result);
200 void freeaddrinfo(struct addrinfo* __ptr);

Completed in 169 milliseconds