Home
last modified time | relevance | path

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

/bionic/tests/
Dnetdb_test.cpp245 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()
296 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST()
330 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST()
/bionic/libc/include/
Dnetdb.h212 int gethostbyaddr_r(const void* __addr, socklen_t __length, int __type, struct hostent* __ret, char…
/bionic/docs/
Dstatus.md157 * <netdb.h> `gethostbyaddr_r`, `gethostbyname2_r`.
/bionic/libc/dns/net/
Dgethnamaddr.c824 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