Symbol: gethostbyaddr
distrib/utils/libhack/gethost.c
72
__weak_alias(gethostbyaddr,_gethostbyaddr);
include/netdb.h
321
struct hostent *gethostbyaddr(const void *, socklen_t, int);
lib/libc/net/gethnamaddr.c
101
__weak_alias(gethostbyaddr,_gethostbyaddr)
sbin/ping/ping.c
1821
|| !(hp = gethostbyaddr((char *)addr, sizeof(*addr), AF_INET))) {
sbin/ping/ping.c
1949
hp = gethostbyaddr((char *)&sa->sin_addr,
sbin/route/rtutil.c
519
if ((hp = gethostbyaddr((char *)&in,
sbin/routed/rtquery/rtquery.c
632
hp = gethostbyaddr((char*)&from->sin_addr,
sbin/routed/rtquery/rtquery.c
720
hp = gethostbyaddr((char*)&in,
sbin/routed/rtquery/rtquery.c
794
hp = gethostbyaddr((char*)&in, sizeof(in),
tests/lib/libc/net/h_hostent.c
184
geta(gethostbyaddr((const char *)&addr, len, af));
usr.bin/getent/getent.c
315
he = gethostbyaddr(addr, IN6ADDRSZ, AF_INET6);
usr.bin/getent/getent.c
317
he = gethostbyaddr(addr, INADDRSZ, AF_INET);
usr.bin/netstat/inet.c
1018
hp = gethostbyaddr((char *)inp, sizeof (*inp), AF_INET);
usr.bin/netstat/inet6.c
1457
hp = gethostbyaddr((const char *)inp, sizeof(*inp), AF_INET6);
usr.bin/systat/netstat.c
606
hp = gethostbyaddr((char *)&in, sizeof (in), AF_INET);
usr.bin/w/w.c
676
(hp = gethostbyaddr((char *)&l, alen, af)))
usr.bin/ypwhich/ypwhich.c
174
he = gethostbyaddr((void *)&inaddr->s_addr,
usr.sbin/arp/arp.c
475
hp = gethostbyaddr((const char *)(void *)
usr.sbin/map-mbone/mapper.c
606
e = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET);
usr.sbin/mrinfo/mrinfo.c
129
(e = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET)) == NULL) {
usr.sbin/mtrace/mtrace.c
177
e = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET);
usr.sbin/rpc.bootparamd/bootparamd.c
177
he = gethostbyaddr((char *) &haddr, sizeof(haddr), AF_INET);
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
307
hp = gethostbyaddr((char *) &who->sin_addr,
usr.sbin/traceroute/traceroute.c
1632
hp = gethostbyaddr((char *)&in, sizeof(in), AF_INET);
usr.sbin/ypserv/ypserv/ypserv_db.c
509
host = gethostbyaddr((void *)&addr_addr, sizeof(addr_addr), AF_INET);