Searched refs:gethostbyname_r (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 195 TEST(netdb, gethostbyname_r) { in TEST() argument 200 int result = gethostbyname_r("localhost", &hent, buf, sizeof(buf), &hp, &err); in TEST() 210 result = gethostbyname_r("localhost", &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 273 int result = gethostbyname_r("localhost", &hent, buf, sizeof(buf), &hp, &err); in TEST() 307 int result = gethostbyname_r("does.not.exist.google.com", &hent, buf, sizeof(buf), &hp, &err); in TEST()
|
/bionic/libc/include/ |
D | netdb.h | 214 int gethostbyname_r(const char* __name, struct hostent* __ret, char* __buf, size_t __buf_size, stru…
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 526 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, in gethostbyname_r() function 1542 gethostbyname_r(name, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &result, &h_errno); in gethostbyname()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 444 gethostbyname_r;
|
/bionic/libc/ |
D | libc.map.txt | 444 gethostbyname_r;
|