Symbol: getipnodebyaddr
usr/src/cmd/auditconfig/auditconfig.c
2861
phe = getipnodebyaddr((const void *)addr, 16, AF_INET6, &err);
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
6873
hp = getipnodebyaddr((char *)&addr, sizeof (uint_t), AF_INET,
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
6931
hp = getipnodebyaddr((char *)addr,
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
7151
hp = getipnodebyaddr((char *)&addr, sizeof (uint_t),
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
7245
hp = getipnodebyaddr((char *)&nbo_addr, sizeof (uint_t),
usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ilbadm_rules.c
541
he = getipnodebyaddr((char *)&ip->ia_v4, sizeof (ip->ia_v4),
usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ilbadm_rules.c
545
he = getipnodebyaddr((char *)&ip->ia_v6, sizeof (ip->ia_v6),
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
1833
hp = getipnodebyaddr(addr_ptr, addr_len, af, &error_num);
usr/src/cmd/cmd-inet/usr.sbin/route.c
893
hp = getipnodebyaddr((char *)&in6,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipaddr.c
135
hp = getipnodebyaddr((char *)&ipaddr, sizeof (int),
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipaddr.c
185
hp = getipnodebyaddr(ip6addr, sizeof (struct in6_addr),
usr/src/cmd/fs.d/nfs/nfslog/nfslog_elf.c
1278
hp = getipnodebyaddr(addrp, size, sin_family, &error);
usr/src/cmd/fs.d/nfs/nfslog/nfslog_ipaddr.c
122
hp = getipnodebyaddr((char *)ipaddr, sizeof (struct in_addr),
usr/src/cmd/fs.d/nfs/nfslog/nfslog_ipaddr.c
166
hp = getipnodebyaddr(ip6addr, sizeof (struct in6_addr),
usr/src/cmd/fs.d/nfs/statd/sm_proc.c
1113
phost = getipnodebyaddr(addr, alen, sa->ss_family, &errnum);
usr/src/cmd/getent/dogetipnodes.c
115
hp = getipnodebyaddr(addr, len, af, &err_ret);
usr/src/cmd/praudit/format.c
492
phe = getipnodebyaddr((const void *)addr, 16, AF_INET6, &err);
usr/src/cmd/print/bsd-sysv-commands/in.lpd.c
82
if ((hp = getipnodebyaddr((const char *)&peer.sin6_addr,
usr/src/cmd/sendmail/src/conf.c
4450
hp = getipnodebyaddr(addr, len, type, &err);
usr/src/cmd/sendmail/src/conf.c
60
static struct hostent *getipnodebyaddr __P((char *, int, int, int *));
usr/src/head/netdb.h
243
struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
usr/src/lib/auditd_plugins/syslog/sysplugin.c
390
host = getipnodebyaddr((const void *)tid->at_addr,
usr/src/lib/libdtrace/common/dt_printf.c
534
if ((host = getipnodebyaddr(inetaddr, NS_IN6ADDRSZ,
usr/src/lib/libexacct/demo/exdump.c
207
if ((phe = getipnodebyaddr(addr, len, family, &error_num)) != NULL) {
usr/src/lib/libipsecutil/common/ipsec_util.c
348
hp = getipnodebyaddr((char *)addrptr, addrlen,
usr/src/lib/libnsl/nss/gethostent.c
79
return (getipnodebyaddr(addr, len, type, &h_errno));
usr/src/lib/libresolv2/include/port_netdb.h
45
struct hostent *getipnodebyaddr __P((const void *, size_t, int, int *));
usr/src/lib/libsocket/inet/getnameinfo.c
144
hp = getipnodebyaddr(addr, alen, sa->sa_family,
usr/src/lib/print/libipp-listener/common/print-job.c
121
if ((he = getipnodebyaddr((const char *)&peer.sin_addr,
usr/src/lib/smbsrv/libsmb/common/smb_info.c
726
h = getipnodebyaddr(addr, len, type, err_num);