Home
last modified time | relevance | path

Searched refs:getipnodebyaddr (Results 1 – 25 of 31) sorted by relevance

12

/titanic_50/usr/src/lib/libresolv2/include/
H A Dport_netdb.h44 #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 Dksslcfg.c146 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 Dnfslog_ipaddr.c124 hp = getipnodebyaddr((char *)ipaddr, sizeof (struct in_addr),
168 hp = getipnodebyaddr(ip6addr, sizeof (struct in6_addr),
H A Dnfslog_elf.c1280 hp = getipnodebyaddr(addrp, size, sin_family, &error); in nfsl_ipaddr_print()
/titanic_50/usr/src/cmd/getent/
H A Ddogetipnodes.c116 hp = getipnodebyaddr(addr, len, af, &err_ret); in dogetipnodes()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c117 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 Dprint-job.c121 if ((he = getipnodebyaddr((const char *)&peer.sin_addr, in ipp_print_job()
/titanic_50/usr/src/man/man3socket/
H A DMakefile76 getipnodebyaddr.3socket \
174 getipnodebyaddr.3socket := LINKSRC = getipnodebyname.3socket
/titanic_50/usr/src/lib/libnsl/nss/
H A Dgethostent.c81 return (getipnodebyaddr(addr, len, type, &h_errno)); in gethostbyaddr()
H A Dgetipnodeby.c458 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) in getipnodebyaddr() function
/titanic_50/usr/src/head/
H A Dnetdb.h243 struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
/titanic_50/usr/src/lib/libsocket/inet/
H A Dgetnameinfo.c146 hp = getipnodebyaddr(addr, alen, sa->sa_family, in getnameinfo()
/titanic_50/usr/src/lib/libexacct/demo/
H A Dexdump.c209 if ((phe = getipnodebyaddr(addr, len, family, &error_num)) != NULL) { in disp_host()
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c718 h = getipnodebyaddr(addr, len, type, err_num); in smb_gethostbyaddr()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c541 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 Din.lpd.c82 if ((hp = getipnodebyaddr((const char *)&peer.sin6_addr, in remote_host_name()
/titanic_50/usr/src/lib/libnsl/common/
H A Dmapfile-vers73 getipnodebyaddr;
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3socket.inc78 link path=usr/share/man/man3socket/getipnodebyaddr.3socket \
/titanic_50/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c388 host = getipnodebyaddr((const void *)tid->at_addr, in gethname()
/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c364 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { function
/titanic_50/usr/src/cmd/sendmail/src/
H A Dconf.c59 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 Dsm_proc.c1099 phost = getipnodebyaddr(addr, alen, sa->ss_family, &errnum); in merge_hosts()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5738 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 Ddt_printf.c534 if ((host = getipnodebyaddr(inetaddr, NS_IN6ADDRSZ, in pfprint_inetaddr()
/titanic_50/usr/src/cmd/auditconfig/
H A Dauditconfig.c2856 phe = getipnodebyaddr((const void *)addr, 16, AF_INET6, &err); in print_tid_ex()

12