gethostbyaddr
tmp = gethostbyaddr (src, len, af);
struct hostent *he = gethostbyaddr (addr,
if ((hp = gethostbyaddr((char *)&raddr,
he = gethostbyaddr(addr, len, type);
he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
{ TMP = gethostbyaddr ((ADDR), (ADDRLEN), (FAMILY)); (ERR) = h_errno; (HP) = TMP; }
hp = gethostbyaddr((char *)&sin->sin_addr,
struct hostent *gethostbyaddr(const char *addr, int length, int type);
struct hostent *gethostbyaddr(const void *, socklen_t, int);
hp = gethostbyaddr(src, len, af);
he = gethostbyaddr(addr, len, af);
hp2 = gethostbyaddr(buf, hp->h_length, hp->h_addrtype);
hp = gethostbyaddr(addr, (socklen_t)addrsize, family);
return (gethostbyaddr(addr, len, type));
hps = gethostbyaddr(&ip4, sizeof(ip4), AF_INET);
hps = gethostbyaddr(&ip6, sizeof(ip6), AF_INET6);
hp = gethostbyaddr(addr, (socklen_t)addrsize, family);
#define cap_gethostbyaddr(chan, ...) gethostbyaddr(__VA_ARGS__)
orighp = gethostbyaddr(&ipaddr, sizeof(ipaddr), family);
orighp = gethostbyaddr(&ipaddr, sizeof(ipaddr), AF_INET6);
hp = gethostbyaddr((const char *)ip, sizeof(*ip), AF_INET);
hp = gethostbyaddr(&satosin(&mp->ctl_addr)->sin_addr,
if ((hp = gethostbyaddr(ip, 4, AF_INET)))
hp = gethostbyaddr(ip, 4, AF_INET);
he = gethostbyaddr((const char *)&(a[0]), sizeof(in_addr_t),
he = gethostbyaddr((const char *)a, sizeof(*a),
hp = gethostbyaddr((char*)&from->sin_addr,
hp = gethostbyaddr((char*)&in,
hp = gethostbyaddr((char*)&in, sizeof(in),
hp = gethostbyaddr((char *)&in, sizeof (struct in_addr),
he6 = gethostbyaddr(addr, IN6ADDRSZ, AF_INET6);
he4 = gethostbyaddr(addr, INADDRSZ, AF_INET);
hp = gethostbyaddr((char *)inp, sizeof (*inp), AF_INET);
hp = gethostbyaddr((char *)&raddrp->sin_addr.s_addr,
hp = gethostbyaddr((char *)&raddrp->sin_addr.s_addr,
hp = gethostbyaddr((char *)&p->addr, sizeof (p->addr), AF_INET);
hp = gethostbyaddr((char *)&in, sizeof (in), AF_INET);
hp = gethostbyaddr((const char *)&his_machine_addr.s_addr,
hent = gethostbyaddr((char *)&ss_addr.s_addr, sizeof(ss_addr.s_addr),
hp = gethostbyaddr((caddr_t)&(addr->sin_addr),
hp = gethostbyaddr((caddr_t)&(addr->sin_addr),
he = gethostbyaddr((char *)&haddr,sizeof(haddr),AF_INET);
he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
hp = gethostbyaddr((char *)&in, sizeof(in), AF_INET);