gethostbyaddr     110 lib/replace/getaddrinfo.c 			gethostbyaddr(&ip, sizeof(ip), AF_INET),
gethostbyaddr     402 lib/replace/getaddrinfo.c 		struct hostent *hp = gethostbyaddr(
gethostbyaddr      51 source4/heimdal/lib/roken/getipnodebyaddr.c     tmp = gethostbyaddr (src, len, af);
gethostbyaddr      55 source4/heimdal/lib/roken/getnameinfo.c 	    struct hostent *he = gethostbyaddr (addr,
gethostbyaddr     229 source4/heimdal/lib/roken/roken_gethostby.c     he = gethostbyaddr(addr, len, type);
gethostbyaddr     263 source4/heimdal/lib/roken/roken_gethostby.c     he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
gethostbyaddr     408 source4/lib/socket/socket_ip.c 	he = gethostbyaddr((char *)&peer_addr.sin_addr, sizeof(peer_addr.sin_addr), AF_INET);
gethostbyaddr     872 source4/lib/socket/socket_ip.c 	he = gethostbyaddr((char *)&peer_addr.sin6_addr, sizeof(peer_addr.sin6_addr), AF_INET6);