Home
last modified time | relevance | path

Searched refs:gethostbyaddr_r (Results 1 – 4 of 4) 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()
294 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST()
/bionic/libc/include/
Dnetdb.h209 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
/bionic/libc/
Dlibc.map535 gethostbyaddr_r;
/bionic/libc/dns/net/
Dgethnamaddr.c851 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r() function