Searched refs:gethostbyaddr (Results 1 – 5 of 5) sorted by relevance
211 struct hostent* gethostbyaddr(const void* __addr, socklen_t __length, int __type);
239 TEST(netdb, gethostbyaddr) { in TEST() argument241 hostent *hp = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST()
1594 gethostbyaddr(const void *addr, socklen_t len, int af) in gethostbyaddr() function
439 gethostbyaddr;