Searched refs:gethostbyname2_r (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 217 TEST(netdb, gethostbyname2_r) { in TEST() argument 222 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() 232 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 284 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() 318 …int result = gethostbyname2_r("does.not.exist.google.com", AF_INET, &hent, buf, sizeof(buf), &hp, … in TEST()
|
/bionic/libc/include/ |
D | netdb.h | 216 int gethostbyname2_r(const char* __name, int __af, struct hostent* __ret, char* __buf, size_t __buf…
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 554 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/ |
D | status.md | 157 * <netdb.h> `gethostbyaddr_r`, `gethostbyname2_r`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 443 gethostbyname2_r; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 443 gethostbyname2_r; # introduced=23
|