/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_addrs.c | 50 struct hostent *gethostbyname(); 65 hp = gethostbyname(my_machine_name); 94 hp = gethostbyname(rem_machine_name);
|
H A D | get_names.c | 56 struct hostent *gethostbyname();
|
/titanic_50/usr/src/cmd/sendmail/libmilter/ |
H A D | sm_gethost.c | 64 h = gethostbyname(name); 115 h = gethostbyname(name);
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | misc.c | 146 hp = gethostbyname(host); 155 return gethostbyname(host);
|
H A D | workarounds.c | 224 #undef gethostbyname 236 if ((hp = gethostbyname(name)) && !hp->h_addr_list[1] && hp->h_aliases[1]) {
|
/titanic_50/usr/src/lib/libresolv/ |
H A D | netdb.h | 117 struct hostent *gethostbyname(const char *); 164 struct hostent *gethostbyname();
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 38 #define gethostbyname res_gethostbyname /* libnsl */ macro 39 struct hostent *gethostbyname __P((const char *));
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | arp.c | 233 hp = gethostbyname(host); in set() 311 hp = gethostbyname(host); in get() 377 hp = gethostbyname(host); in delete()
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | netdb.h | 68 extern struct hostent *gethostbyname(const char *);
|
/titanic_50/usr/src/man/man3nsl/ |
H A D | Makefile | 23 gethostbyname.3nsl \ 324 endhostent.3nsl := LINKSRC = gethostbyname.3nsl 325 gethostbyaddr.3nsl := LINKSRC = gethostbyname.3nsl 326 gethostbyaddr_r.3nsl := LINKSRC = gethostbyname.3nsl 327 gethostbyname_r.3nsl := LINKSRC = gethostbyname.3nsl 328 gethostent.3nsl := LINKSRC = gethostbyname.3nsl 329 gethostent_r.3nsl := LINKSRC = gethostbyname.3nsl 330 sethostent.3nsl := LINKSRC = gethostbyname.3nsl
|
/titanic_50/usr/src/lib/libbc/libc/net/ |
H A D | getrpcport.c | 40 if ((hp = gethostbyname(host)) == NULL) in getrpcport()
|
H A D | rexec.c | 58 hp = gethostbyname(*ahost); in rexec()
|
/titanic_50/usr/src/man/man3xnet/ |
H A D | Makefile | 54 gethostbyname.3xnet \ 85 gethostbyname.3xnet := LINKSRC = endhostent.3xnet
|
/titanic_50/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 247 return (gethostbyname(name)); in gethost_byname() 272 host = gethostbyname(fromhost); in gethost_netaddrs() 305 host = gethostbyname(tohost); in gethost_netaddrs() 441 hp = gethostbyname(hostname); in get_the_addr()
|
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | getrpcport.c | 42 if ((hp = gethostbyname(host)) == NULL) in getrpcport()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | netdb.h | 71 struct hostent *gethostbyname(), *gethostbyaddr(), *gethostent();
|
/titanic_50/usr/src/cmd/getent/ |
H A D | dogethost.c | 87 hp = gethostbyname(*list); in dogethost()
|
/titanic_50/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent.c | 42 #define gethostbyname res_gethostbyname macro 98 hp = gethostbyname(name); in _gethostbyname()
|
/titanic_50/usr/src/lib/libuuid/common/ |
H A D | etheraddr.c | 68 hp = gethostbyname(name.nodename); in arp_get()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | fake-getaddrinfo.c | 101 hp = gethostbyname(hostname); in getaddrinfo()
|
/titanic_50/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 273 #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) 282 #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n )
|
/titanic_50/usr/src/lib/libstmfproxy/common/ |
H A D | stmftransport.c | 133 if ((hp = gethostbyname(server)) != NULL) { in pt_socket_connect()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 19 file path=usr/share/man/man3nsl/gethostbyname.3nsl 149 link path=usr/share/man/man3nsl/endhostent.3nsl target=gethostbyname.3nsl 157 link path=usr/share/man/man3nsl/gethostbyaddr.3nsl target=gethostbyname.3nsl 158 link path=usr/share/man/man3nsl/gethostbyaddr_r.3nsl target=gethostbyname.3nsl 159 link path=usr/share/man/man3nsl/gethostbyname_r.3nsl target=gethostbyname.3nsl 160 link path=usr/share/man/man3nsl/gethostent.3nsl target=gethostbyname.3nsl 161 link path=usr/share/man/man3nsl/gethostent_r.3nsl target=gethostbyname.3nsl 222 link path=usr/share/man/man3nsl/sethostent.3nsl target=gethostbyname.3nsl
|
/titanic_50/usr/src/cmd/netfiles/ |
H A D | netconfig | 38 # gethostbyname, gethostbyaddr, getservbyname, and getservbyport.
|
/titanic_50/usr/src/lib/libdscfg/common/ |
H A D | cfg_lockdmsg.c | 310 if ((hp = gethostbyname("localhost")) == NULL) { in cfg_lockd_init()
|