Searched refs:gethostbyname_r (Results 1 – 4 of 4) 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()
|
/bionic/libc/include/ |
D | netdb.h | 211 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 511 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, in gethostbyname_r() function 1575 gethostbyname_r(name, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &result, &h_errno); in gethostbyname()
|
/bionic/libc/ |
D | libc.map | 539 gethostbyname_r;
|