Symbol: gethostbyaddr
crypto/heimdal/lib/roken/getipnodebyaddr.c
48
tmp = gethostbyaddr (src, len, af);
crypto/heimdal/lib/roken/getnameinfo.c
52
struct hostent *he = gethostbyaddr (addr,
crypto/heimdal/lib/roken/iruserok.c
108
if ((hp = gethostbyaddr((char *)&raddr,
crypto/heimdal/lib/roken/roken_gethostby.c
232
he = gethostbyaddr(addr, len, type);
crypto/heimdal/lib/roken/roken_gethostby.c
266
he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);
crypto/krb5/src/util/support/fake-addrinfo.c
180
{ TMP = gethostbyaddr ((ADDR), (ADDRLEN), (FAMILY)); (ERR) = h_errno; (HP) = TMP; }
crypto/openssh/openbsd-compat/fake-rfc2553.c
70
hp = gethostbyaddr((char *)&sin->sin_addr,
crypto/openssl/include/internal/e_os.h
254
struct hostent *gethostbyaddr(const char *addr, int length, int type);
include/netdb.h
233
struct hostent *gethostbyaddr(const void *, socklen_t, int);
lib/libc/net/name6.c
378
hp = gethostbyaddr(src, len, af);
lib/libc/tests/nss/gethostby_test.c
121
he = gethostbyaddr(addr, len, af);
lib/libc/tests/resolv/resolv_test.c
137
hp2 = gethostbyaddr(buf, hp->h_length, hp->h_addrtype);
lib/libcasper/services/cap_dns/cap_dns.c
509
hp = gethostbyaddr(addr, (socklen_t)addrsize, family);
lib/libcasper/services/cap_dns/cap_dns.h
93
return (gethostbyaddr(addr, len, type));
lib/libcasper/services/cap_dns/tests/dns_test.c
303
hps = gethostbyaddr(&ip4, sizeof(ip4), AF_INET);
lib/libcasper/services/cap_dns/tests/dns_test.c
313
hps = gethostbyaddr(&ip6, sizeof(ip6), AF_INET6);
lib/libcasper/services/cap_net/cap_net.c
850
hp = gethostbyaddr(addr, (socklen_t)addrsize, family);
lib/libcasper/services/cap_net/cap_net.h
156
#define cap_gethostbyaddr(chan, ...) gethostbyaddr(__VA_ARGS__)
lib/libcasper/services/cap_net/tests/net_test.c
144
orighp = gethostbyaddr(&ipaddr, sizeof(ipaddr), family);
lib/libcasper/services/cap_net/tests/net_test.c
166
orighp = gethostbyaddr(&ipaddr, sizeof(ipaddr), AF_INET6);
lib/libutil/realhostname.c
55
hp = gethostbyaddr((const char *)ip, sizeof(*ip), AF_INET);
libexec/talkd/process.c
146
hp = gethostbyaddr(&satosin(&mp->ctl_addr)->sin_addr,
sbin/ipf/ipsend/arp.c
81
if ((hp = gethostbyaddr(ip, 4, AF_INET)))
sbin/ipf/libipf/hostname.c
30
hp = gethostbyaddr(ip, 4, AF_INET);
sbin/ipfw/ipfw2.c
1474
he = gethostbyaddr((const char *)&(a[0]), sizeof(in_addr_t),
sbin/ipfw/ipv6.c
115
he = gethostbyaddr((const char *)a, sizeof(*a),
sbin/routed/rtquery/rtquery.c
601
hp = gethostbyaddr((char*)&from->sin_addr,
sbin/routed/rtquery/rtquery.c
683
hp = gethostbyaddr((char*)&in,
sbin/routed/rtquery/rtquery.c
756
hp = gethostbyaddr((char*)&in, sizeof(in),
tools/tools/net80211/wlanwatch/wlanwatch.c
170
hp = gethostbyaddr((char *)&in, sizeof (struct in_addr),
usr.bin/getent/getent.c
298
he6 = gethostbyaddr(addr, IN6ADDRSZ, AF_INET6);
usr.bin/getent/getent.c
303
he4 = gethostbyaddr(addr, INADDRSZ, AF_INET);
usr.bin/netstat/inet.c
1544
hp = gethostbyaddr((char *)inp, sizeof (*inp), AF_INET);
usr.bin/rup/rup.c
107
hp = gethostbyaddr((char *)&raddrp->sin_addr.s_addr,
usr.bin/rusers/rusers.c
112
hp = gethostbyaddr((char *)&raddrp->sin_addr.s_addr,
usr.bin/systat/netcmds.c
299
hp = gethostbyaddr((char *)&p->addr, sizeof (p->addr), AF_INET);
usr.bin/systat/netstat.c
475
hp = gethostbyaddr((char *)&in, sizeof (in), AF_INET);
usr.bin/talk/io.c
74
hp = gethostbyaddr((const char *)&his_machine_addr.s_addr,
usr.bin/ypwhich/ypwhich.c
126
hent = gethostbyaddr((char *)&ss_addr.s_addr, sizeof(ss_addr.s_addr),
usr.sbin/arp/arp.c
609
hp = gethostbyaddr((caddr_t)&(addr->sin_addr),
usr.sbin/arp/arp_netlink.c
195
hp = gethostbyaddr((caddr_t)&(addr->sin_addr),
usr.sbin/bootparamd/bootparamd/bootparamd.c
63
he = gethostbyaddr((char *)&haddr,sizeof(haddr),AF_INET);
usr.sbin/bootparamd/callbootd/callbootd.c
40
he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
usr.sbin/bootparamd/callbootd/callbootd.c
52
he = gethostbyaddr((char *)&raddr->sin_addr.s_addr,4,AF_INET);
usr.sbin/traceroute/traceroute.c
1900
hp = gethostbyaddr((char *)&in, sizeof(in), AF_INET);