Symbol: gethostbyaddr
bin/hostname/hostname.c
222
hst = gethostbyaddr(&sai6->sin6_addr,
bin/hostname/hostname.c
233
hst = gethostbyaddr(&sai->sin_addr,
bin/hostname/hostname.c
277
hst = gethostbyaddr(&ia6, sizeof(ia6), AF_INET6);
bin/hostname/hostname.c
279
hst = gethostbyaddr(&ia, sizeof(ia), AF_INET);
crypto/libressl/apps/openssl/s_socket.c
251
h1 = gethostbyaddr((char *) &from.sin_addr.s_addr,
games/hunt/hunt/list.c
147
hp = gethostbyaddr(&sin->sin_addr, sizeof sin->sin_addr,
include/netdb.h
252
struct hostent *gethostbyaddr(const void *, socklen_t, int);
lib/libc/net/name6.c
373
hp = gethostbyaddr(src, len, af);
lib/libutil/realhostname.c
54
hp = gethostbyaddr((const char *)ip, sizeof(*ip), AF_INET);
libexec/talkd/process.c
149
hp = gethostbyaddr(&satosin(&mp->ctl_addr)->sin_addr,
sbin/ip6fw/ip6fw.c
287
he=gethostbyaddr(&(chain->fw_src),sizeof(chain->fw_src),AF_INET6);
sbin/ip6fw/ip6fw.c
319
he=gethostbyaddr(&(chain->fw_dst),sizeof(chain->fw_dst),AF_INET6);
sbin/ipfw/ipfw2.c
699
he = gethostbyaddr(&(cmd->addr.s_addr), sizeof(u_long),
sbin/ping/ping.c
1529
!(hp = gethostbyaddr(&ina, 4, AF_INET)))
sbin/route/route.c
366
hp = gethostbyaddr(&in, sizeof(struct in_addr),
sbin/routed/rtquery/rtquery.c
586
hp = gethostbyaddr(&from->sin_addr, sizeof(struct in_addr),
sbin/routed/rtquery/rtquery.c
668
hp = gethostbyaddr(&in, sizeof(in),
sbin/routed/rtquery/rtquery.c
735
hp = gethostbyaddr(&in, sizeof(in), AF_INET);
tools/tools/net80211/wlanwatch/wlanwatch.c
163
hp = gethostbyaddr((char *)&in, sizeof (struct in_addr),
usr.bin/getent/getent.c
298
he = gethostbyaddr(addr, IN6ADDRSZ, AF_INET6);
usr.bin/getent/getent.c
300
he = gethostbyaddr(addr, INADDRSZ, AF_INET);
usr.bin/netstat/inet.c
975
hp = gethostbyaddr(inp, sizeof (*inp), AF_INET);
usr.bin/netstat/inet6.c
1081
hp = gethostbyaddr(in6p, sizeof(*in6p), AF_INET6);
usr.bin/netstat/route.c
843
hp = gethostbyaddr(&in, sizeof (struct in_addr), AF_INET);
usr.bin/rup/rup.c
100
hp = gethostbyaddr(&raddrp->sin_addr.s_addr, sizeof(struct in_addr),
usr.bin/rusers/rusers.c
107
hp = gethostbyaddr(&raddrp->sin_addr.s_addr, sizeof(struct in_addr),
usr.bin/systat/netcmds.c
299
hp = gethostbyaddr(&p->addr, sizeof (p->addr), AF_INET);
usr.bin/systat/netstat.c
435
hp = gethostbyaddr(&in, sizeof (in), AF_INET);
usr.bin/talk/io.c
62
hp = gethostbyaddr(&his_machine_addr.s_addr,
usr.bin/w/w.c
384
(hp = gethostbyaddr(&l, sizeof(l), AF_INET))) {
usr.bin/ypwhich/ypwhich.c
128
hent = gethostbyaddr(&ss_addr, sizeof(ss_addr), AF_INET);
usr.sbin/arp/arp.c
532
hp = gethostbyaddr(&(addr->sin_addr), sizeof(addr->sin_addr),
usr.sbin/bootparamd/bootparamd/bootparamd.c
66
he = gethostbyaddr(&haddr,sizeof(haddr),AF_INET);
usr.sbin/bootparamd/callbootd/callbootd.c
44
he = gethostbyaddr(&raddr->sin_addr.s_addr,4,AF_INET);
usr.sbin/bootparamd/callbootd/callbootd.c
56
he = gethostbyaddr(&raddr->sin_addr.s_addr,4,AF_INET);
usr.sbin/traceroute/traceroute.c
1162
hp = gethostbyaddr(&in, sizeof(in), AF_INET);