Searched refs:gethostbyaddr (Results 1 – 4 of 4) sorted by relevance
208 struct hostent *gethostbyaddr(const void *, socklen_t, int);
239 TEST(netdb, gethostbyaddr) { in TEST() argument241 hostent *hp = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST()
534 gethostbyaddr;
1604 gethostbyaddr(const void *addr, socklen_t len, int af) in gethostbyaddr() function