| /titanic_53/usr/src/cmd/sendmail/libmilter/ |
| H A D | sm_gethost.c | 35 static struct hostent *getipnodebyname __P((char *, int, int, int *)); 48 getipnodebyname(name, family, flags, err) in getipnodebyname() function 112 h = getipnodebyname(name, family, flags, &err);
|
| /titanic_53/usr/src/lib/libwrap/ |
| H A D | misc.c | 126 #define getipnodebyname(h,af,flags,err) gethostbyname2(h,af) macro 144 return (hs = getipnodebyname(host, AF_INET6, 0, &err)); 152 return (hs = getipnodebyname(host, AF_INET6, 0, &err));
|
| /titanic_53/usr/src/cmd/svr4pkg/libinst/ |
| H A D | is_local_host.c | 62 if (hp = getipnodebyname((const char *) host, AF_INET, flags, &err)) in is_local_host() 65 if (hp = getipnodebyname((const char *) host, AF_INET6, flags, &err)) in is_local_host()
|
| /titanic_53/usr/src/lib/librdc/common/ |
| H A D | netaddrs.c | 245 return (getipnodebyname(name, AF_INET6, AI_DEFAULT, &errnum)); in gethost_byname() 260 host = getipnodebyname(fromhost, AF_INET6, AI_DEFAULT, &errnum); in gethost_netaddrs() 293 host = getipnodebyname(tohost, AF_INET6, AI_DEFAULT, &errnum); in gethost_netaddrs() 402 hp = getipnodebyname(hostname, AF_INET6, 0, &errnum); in get_the_addr() 406 hp = getipnodebyname(hostname, AF_INET, 0, &errnum); in get_the_addr()
|
| /titanic_53/usr/src/lib/libresolv2/include/ |
| H A D | port_netdb.h | 46 #define getipnodebyname res_getipnodebyname /* libnsl and libsocket */ macro 47 struct hostent *getipnodebyname __P((const char *, int, int, int *));
|
| /titanic_53/usr/src/man/man3socket/ |
| H A D | Makefile | 29 getipnodebyname.3socket \ 173 freehostent.3socket := LINKSRC = getipnodebyname.3socket 174 getipnodebyaddr.3socket := LINKSRC = getipnodebyname.3socket
|
| /titanic_53/usr/src/uts/common/sys/scsi/adapters/ |
| H A D | iscsi_door.h | 151 #define kgetipnodebyname getipnodebyname
|
| /titanic_53/usr/src/cmd/fs.d/autofs/ |
| H A D | debug_alloc.h | 91 #define getipnodebyname(n, a, f, e) \ macro
|
| /titanic_53/usr/src/cmd/getent/ |
| H A D | dogetipnodes.c | 118 hp = getipnodebyname( in dogetipnodes()
|
| /titanic_53/usr/src/cmd/hal/addons/network-devices/ |
| H A D | common.c | 89 hp = getipnodebyname(hostname, AF_INET6, in is_listening() 126 hp = getipnodebyname(name, AF_INET6, AI_ADDRCONFIG, &errnum); in pseudo_serialno_from_addr()
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_pf.c | 630 hp = getipnodebyname(hostname, AF_INET, 0, &error_num); 641 hp = getipnodebyname(hostname, AF_INET6, 0, &error_num); 656 hp = getipnodebyname(hostname, AF_INET, 0, &error_num); 663 hp = getipnodebyname(hostname, AF_INET6, 0, &error_num); 670 hp = getipnodebyname(hostname, AF_INET6,
|
| H A D | snoop_filter.c | 1502 hp = getipnodebyname(hostname, AF_INET, 0, &error_num); in ipaddr_match() 1517 hp = getipnodebyname(hostname, AF_INET6, 0, &error_num); in ipaddr_match() 1536 hp = getipnodebyname(hostname, AF_INET, 0, in ipaddr_match() 1549 hp = getipnodebyname(hostname, AF_INET6, 0, in ipaddr_match() 1562 hp = getipnodebyname(hostname, AF_INET6, in ipaddr_match() 2829 hp = getipnodebyname(hostname, AF_INET, 0, &error_num); in arp_for_ether()
|
| /titanic_53/usr/src/cmd/fs.d/nfs/lib/ |
| H A D | selfcheck.c | 68 if ((hostinfo = getipnodebyname(hostname, family, flags, in self_check()
|
| /titanic_53/usr/src/cmd/lp/model/netpr/ |
| H A D | tcp_misc.c | 87 if ((hp = (getipnodebyname(dest, AF_INET6, AI_DEFAULT, in tcp_open()
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
| H A D | main.c | 263 if (host = getipnodebyname(hostnameinput, AF_INET6, in setpeer() 402 if ((hp = getipnodebyname(cp, in put() 522 if ((hp = getipnodebyname(hostnameinput, AF_INET6, in get()
|
| /titanic_53/usr/src/lib/print/libpapi-common/common/ |
| H A D | misc.c | 184 hp = getipnodebyname(host, AF_INET6, AI_ALL|AI_V4MAPPED, &errnum); in match_interfaces()
|
| /titanic_53/usr/src/lib/smbsrv/libsmb/common/ |
| H A D | smb_info.c | 695 h = getipnodebyname(name, AF_INET, 0, err_num); in smb_gethostbyname() 697 h = getipnodebyname(name, AF_INET6, AI_DEFAULT, err_num); in smb_gethostbyname()
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
| H A D | ksslcfg.c | 154 hp = getipnodebyname(temp_str, AF_INET6, AI_DEFAULT, in create_instance_name()
|
| /titanic_53/usr/src/cmd/sendmail/aux/ |
| H A D | mconnect.c | 123 hp = getipnodebyname(host, AF_INET6, AI_DEFAULT|AI_ALL, &err);
|
| /titanic_53/usr/src/head/ |
| H A D | netdb.h | 242 struct hostent *getipnodebyname(const char *, int, int, int *);
|
| /titanic_53/usr/src/cmd/netfiles/ |
| H A D | nss.dfl | 40 #getipnodebyname() and netdir_getbyname().
|
| /titanic_53/usr/src/pkg/manifests/ |
| H A D | system-library.man3socket.inc | 25 file path=usr/share/man/man3socket/getipnodebyname.3socket 73 target=getipnodebyname.3socket 79 target=getipnodebyname.3socket
|
| /titanic_53/usr/src/lib/auditd_plugins/remote/ |
| H A D | audit_remote.c | 279 hostentry = getipnodebyname(hostname, AF_INET6, 0, &error_num); in parsehosts() 281 hostentry = getipnodebyname(hostname, AF_INET, 0, in parsehosts()
|
| /titanic_53/usr/src/lib/libsocket/inet/ |
| H A D | getaddrinfo.c | 615 hp = getipnodebyname(_hostname, AF_INET6, AI_ALL | in get_addr() 618 hp = getipnodebyname(_hostname, family, aip->ai_flags, &errnum); in get_addr()
|
| /titanic_53/usr/src/lib/libtsnet/common/ |
| H A D | tsol_getrhent.c | 228 if ((hp = getipnodebyname(rhost, AF_INET6, in tsol_getrhtype()
|