Home
last modified time | relevance | path

Searched refs:gethostbyname2_r (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/
Dnetdb_test.cpp218 TEST(netdb, gethostbyname2_r) { in TEST() argument
223 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST()
233 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST()
292 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST()
326 …int result = gethostbyname2_r("does.not.exist.google.com", AF_INET, &hent, buf, sizeof(buf), &hp, … in TEST()
/bionic/libc/include/
Dnetdb.h219 int gethostbyname2_r(const char* _Nonnull __name, int __af, struct hostent* _Nonnull __ret, char* _…
/bionic/libc/dns/net/
Dgethnamaddr.c553 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname2_r() function
1552 gethostbyname2_r(name, af, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &result, &h_errno); in gethostbyname2()
/bionic/docs/
Dstatus.md214 * <netdb.h> `gethostbyaddr_r`, `gethostbyname2_r`.
/bionic/libc/
Dlibc.map.txt443 gethostbyname2_r; # introduced=23
/bionic/tools/versioner/platforms/
Dlibc.map.txt443 gethostbyname2_r; # introduced=23