/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 44 #define getipnodebyaddr res_getipnodebyaddr /* libnsl and libsocket */ macro 45 struct hostent *getipnodebyaddr __P((const void *, size_t, int, int *));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg.c | 146 hp = getipnodebyaddr(&v6addr, sizeof (v6addr), 150 hp = getipnodebyaddr(&v4addr, sizeof (v4addr),
|
/illumos-gate/usr/src/cmd/getent/ |
H A D | dogetipnodes.c | 116 hp = getipnodebyaddr(addr, len, af, &err_ret);
|
/illumos-gate/usr/src/lib/print/libipp-listener/common/ |
H A D | print-job.c | 121 if ((he = getipnodebyaddr((const char *)&peer.sin_addr,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_ipaddr.c | 124 hp = getipnodebyaddr((char *)ipaddr, sizeof (struct in_addr), 168 hp = getipnodebyaddr(ip6addr, sizeof (struct in6_addr),
|
H A D | nfslog_elf.c | 1280 hp = getipnodebyaddr(addrp, size, sin_family, &error);
|
/illumos-gate/usr/src/head/ |
H A D | netdb.h | 243 struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 117 hp = getipnodebyaddr((char *)&ipaddr, sizeof (int), 163 hp = getipnodebyaddr(ip6addr, sizeof (struct in6_addr),
|
/illumos-gate/usr/src/man/man3socket/ |
H A D | Makefile | 76 getipnodebyaddr.3socket \ 174 getipnodebyaddr.3socket := LINKSRC = getipnodebyname.3socket
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | getnameinfo.c | 146 hp = getipnodebyaddr(addr, alen, sa->sa_family,
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | gethostent.c | 81 return (getipnodebyaddr(addr, len, type, &h_errno));
|
H A D | getipnodeby.c | 29 * getipnodebyaddr(), and freehostent() routines for IPv6. These routines 458 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) function 629 * Step 3: AF_INET6, plain vanilla v6 getipnodebyaddr() call. 857 * This is used for getipnodebyaddr() (single address, mapped or 1098 * This is used for getipnodebyaddr() (single address) or for
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 209 if ((phe = getipnodebyaddr(addr, len, family, &error_num)) != NULL) {
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_info.c | 709 * to look in the NetBIOS cache if getipnodebyaddr fails. 718 h = getipnodebyaddr(addr, len, type, err_num);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_rules.c | 541 he = getipnodebyaddr((char *)&ip->ia_v4, sizeof (ip->ia_v4), 545 he = getipnodebyaddr((char *)&ip->ia_v6, sizeof (ip->ia_v6),
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | in.lpd.c | 82 if ((hp = getipnodebyaddr((const char *)&peer.sin6_addr,
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 364 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { function
|
/illumos-gate/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 388 host = getipnodebyaddr((const void *)tid->at_addr,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 1099 phost = getipnodebyaddr(addr, alen, sa->ss_family, &errnum);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 59 static struct hostent *getipnodebyaddr __P((char *, int, int, int *)); 4244 getipnodebyaddr(addr, len, family, err) function 4449 hp = getipnodebyaddr(addr, len, type, &err);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_printf.c | 534 if ((host = getipnodebyaddr(inetaddr, NS_IN6ADDRSZ,
|
/illumos-gate/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 2856 phe = getipnodebyaddr((const void *)addr, 16, AF_INET6, &err);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 5738 hp = getipnodebyaddr((char *)&addr, sizeof (uint_t), AF_INET, 5794 hp = getipnodebyaddr((char *)addr, 5953 hp = getipnodebyaddr((char *)&addr, sizeof (uint_t), 6035 hp = getipnodebyaddr((char *)&nbo_addr, sizeof (uint_t),
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 423 struct hostent *getipnodebyaddr(const void *src, size_t len, int type,
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 342 hp = getipnodebyaddr((char *)addrptr, addrlen,
|