Searched refs:gethostbyname2_r (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 218 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/ |
D | netdb.h | 219 int gethostbyname2_r(const char* _Nonnull __name, int __af, struct hostent* _Nonnull __ret, char* _…
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 553 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 | 214 * <netdb.h> `gethostbyaddr_r`, `gethostbyname2_r`.
|
/bionic/libc/ |
D | libc.map.txt | 443 gethostbyname2_r; # introduced=23
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 443 gethostbyname2_r; # introduced=23
|