Home
last modified time | relevance | path

Searched refs:gethostbyaddr_r (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/
Dnetdb_test.cpp246 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/
Dnetdb.h215 int gethostbyaddr_r(const void* _Nonnull __addr, socklen_t __length, int __type, struct hostent* _N…
/bionic/docs/
Dstatus.md214 * <netdb.h> `gethostbyaddr_r`, `gethostbyname2_r`.
/bionic/libc/dns/net/
Dgethnamaddr.c823 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt440 gethostbyaddr_r; # introduced=23
/bionic/libc/
Dlibc.map.txt440 gethostbyaddr_r; # introduced=23