Searched refs:gethostbyaddr_r (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 246 TEST(netdb, gethostbyaddr_r) { in TEST() argument 252 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() 262 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 304 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() 338 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST()
|
/bionic/libc/include/ |
D | netdb.h | 215 int gethostbyaddr_r(const void* _Nonnull __addr, socklen_t __length, int __type, struct hostent* _N…
|
/bionic/docs/ |
D | status.md | 214 * <netdb.h> `gethostbyaddr_r`, `gethostbyname2_r`.
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 823 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 440 gethostbyaddr_r; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 440 gethostbyaddr_r; # introduced=23
|