/titanic_50/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 *));
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg.c | 146 hp = getipnodebyaddr(&v6addr, sizeof (v6addr), in create_instance_name() 150 hp = getipnodebyaddr(&v4addr, sizeof (v4addr), in create_instance_name()
|
/titanic_50/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); in nfsl_ipaddr_print()
|
/titanic_50/usr/src/cmd/getent/ |
H A D | dogetipnodes.c | 116 hp = getipnodebyaddr(addr, len, af, &err_ret); in dogetipnodes()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 117 hp = getipnodebyaddr((char *)&ipaddr, sizeof (int), in iplookup() 163 hp = getipnodebyaddr(ip6addr, sizeof (struct in6_addr), in ip6lookup()
|
/titanic_50/usr/src/lib/print/libipp-listener/common/ |
H A D | print-job.c | 121 if ((he = getipnodebyaddr((const char *)&peer.sin_addr, in ipp_print_job()
|
/titanic_50/usr/src/man/man3socket/ |
H A D | Makefile | 76 getipnodebyaddr.3socket \ 174 getipnodebyaddr.3socket := LINKSRC = getipnodebyname.3socket
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | gethostent.c | 81 return (getipnodebyaddr(addr, len, type, &h_errno)); in gethostbyaddr()
|
H A D | getipnodeby.c | 458 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) in getipnodebyaddr() function
|
/titanic_50/usr/src/head/ |
H A D | netdb.h | 243 struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | getnameinfo.c | 146 hp = getipnodebyaddr(addr, alen, sa->sa_family, in getnameinfo()
|
/titanic_50/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 209 if ((phe = getipnodebyaddr(addr, len, family, &error_num)) != NULL) { in disp_host()
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_info.c | 718 h = getipnodebyaddr(addr, len, type, err_num); in smb_gethostbyaddr()
|
/titanic_50/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), in ip2hostname() 545 he = getipnodebyaddr((char *)&ip->ia_v6, sizeof (ip->ia_v6), in ip2hostname()
|
/titanic_50/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | in.lpd.c | 82 if ((hp = getipnodebyaddr((const char *)&peer.sin6_addr, in remote_host_name()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 73 getipnodebyaddr;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3socket.inc | 78 link path=usr/share/man/man3socket/getipnodebyaddr.3socket \
|
/titanic_50/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 388 host = getipnodebyaddr((const void *)tid->at_addr, in gethname()
|
/titanic_50/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
|
/titanic_50/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) in getipnodebyaddr() function 4449 hp = getipnodebyaddr(addr, len, type, &err);
|
/titanic_50/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 1099 phost = getipnodebyaddr(addr, alen, sa->ss_family, &errnum); in merge_hosts()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 5738 hp = getipnodebyaddr((char *)&addr, sizeof (uint_t), AF_INET, in pr_addr() 5794 hp = getipnodebyaddr((char *)addr, in pr_addr6() 5953 hp = getipnodebyaddr((char *)&addr, sizeof (uint_t), in pr_net() 6035 hp = getipnodebyaddr((char *)&nbo_addr, sizeof (uint_t), in pr_netaddr()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_printf.c | 534 if ((host = getipnodebyaddr(inetaddr, NS_IN6ADDRSZ, in pfprint_inetaddr()
|
/titanic_50/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 2856 phe = getipnodebyaddr((const void *)addr, 16, AF_INET6, &err); in print_tid_ex()
|