Home
last modified time | relevance | path

Searched refs:gethostbyname_r (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/
Dnetdb_test.cpp195 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/
Dnetdb.h214 int gethostbyname_r(const char* __name, struct hostent* __ret, char* __buf, size_t __buf_size, stru…
/bionic/libc/dns/net/
Dgethnamaddr.c526 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/
Dlibc.map.txt444 gethostbyname_r;
/bionic/libc/
Dlibc.map.txt444 gethostbyname_r;