Home
last modified time | relevance | path

Searched refs:gethostbyaddr (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dnetdb.h208 struct hostent *gethostbyaddr(const void *, socklen_t, int);
/bionic/tests/
Dnetdb_test.cpp239 TEST(netdb, gethostbyaddr) { in TEST() argument
241 hostent *hp = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST()
/bionic/libc/
Dlibc.map534 gethostbyaddr;
/bionic/libc/dns/net/
Dgethnamaddr.c1604 gethostbyaddr(const void *addr, socklen_t len, int af) in gethostbyaddr() function