Searched refs:gethostbyaddr_r (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 245 TEST(netdb, gethostbyaddr_r) { in TEST() argument 251 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() 261 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 294 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST()
|
/bionic/libc/include/ |
D | netdb.h | 209 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
|
/bionic/libc/ |
D | libc.map | 535 gethostbyaddr_r;
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 851 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r() function
|