Searched refs:gethostbyaddr (Results 1 – 3 of 3) sorted by relevance
209 struct hostent *gethostbyaddr(const void *, int, int);
386 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);389 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
641 gethostbyaddr(const void *addr, in gethostbyaddr() function