Searched refs:getaddrinfo (Results 1 - 3 of 3) sorted by relevance

/development/ndk/platforms/android-3/include/
H A Dnetdb.h138 * Error return codes from getaddrinfo()
157 * Flag values for getaddrinfo()
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
/development/ndk/sources/android/libportable/common/include/
H A Dnetdb_portable.h153 * Error return codes from getaddrinfo()
172 * Flag values for getaddrinfo()
235 int WRAP(getaddrinfo)(const char *, const char *, struct addrinfo_portable *,
/development/ndk/sources/android/libportable/arch-mips/
H A Dsocket.c179 int WRAP(getaddrinfo)(const char *node, const char *service, function
207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results);
216 * Assuming getaddrinfo() has left structure writeable and the list is generated
219 * ./bionic/libc/netbsd/net/getaddrinfo.c
232 * to the portable version of getaddrinfo().
248 * Again, assuming getaddrinfo() has left structure writeable and the list is generated

Completed in 65 milliseconds