/titanic_41/usr/src/lib/libresolv/ |
H A D | netdb.h | 118 struct hostent *gethostbyaddr(const char *, int, int); 165 struct hostent *gethostbyaddr();
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 36 #define gethostbyaddr res_gethostbyaddr /* libnsl */ macro 37 struct hostent *gethostbyaddr __P((const char *, int, int));
|
/titanic_41/usr/src/man/man3xnet/ |
H A D | Makefile | 53 gethostbyaddr.3xnet \ 84 gethostbyaddr.3xnet := LINKSRC = endhostent.3xnet
|
/titanic_41/usr/src/head/ |
H A D | netdb.h | 283 struct hostent *gethostbyaddr(const void *, socklen_t, int); 285 struct hostent *gethostbyaddr(const void *, size_t, int);
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | netdb.h | 71 struct hostent *gethostbyname(), *gethostbyaddr(), *gethostent();
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | fake-getnameinfo.c | 43 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | hostname.c | 31 hp = gethostbyaddr(ip, 4, AF_INET);
|
/titanic_41/usr/src/lib/print/libhttp-core/common/ |
H A D | http-addr.c | 188 host = gethostbyaddr(ADDR_CAST &(addr->ipv6.sin6_addr), in httpAddrLookup() 201 host = gethostbyaddr(ADDR_CAST &(addr->ipv4.sin_addr), in httpAddrLookup()
|
/titanic_41/usr/src/cmd/getent/ |
H A D | dogethost.c | 84 hp = gethostbyaddr((char *)&addr, in dogethost()
|
/titanic_41/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent.c | 41 #define gethostbyaddr res_gethostbyaddr macro 78 hp = gethostbyaddr(addr, len, type); in _gethostbyaddr()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rtquery.c | 572 if (!nflag && (hp = gethostbyaddr((char *)&from->sin_addr, in rip_input() 676 hp = gethostbyaddr((char *)&in, in rip_input() 750 hp = gethostbyaddr((char *)&in, sizeof (in), in rip_input()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | process.c | 152 hp = gethostbyaddr((const char *)&request->ctl_addr.sin_addr, in do_announce()
|
/titanic_41/usr/src/lib/libwrap/ |
H A D | socket.c | 169 && (hp = gethostbyaddr(SGADDRP(sin), SGADDRSZ(sin), SGFAM(sin))) != 0) {
|
/titanic_41/usr/src/cmd/netfiles/ |
H A D | netconfig | 38 # gethostbyname, gethostbyaddr, getservbyname, and getservbyport.
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | gethostent.c | 75 gethostbyaddr(const void *addr, socklen_t len, int type) in gethostbyaddr() function
|
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 90 hp = gethostbyaddr((char *)&clnt_addr, sizeof (clnt_addr), AF_INET); in bootparamproc_whoami_1()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getnameinfo.c | 198 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
|
H A D | gethostent_r.c | 69 struct hostent *he = gethostbyaddr(addr, len, type); in gethostbyaddr_r()
|
/titanic_41/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 362 h = gethostbyaddr((const char *) &addr->sin_addr,
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.c | 380 hp = gethostbyaddr((const char *)&sin, sizeof (sin), AF_INET); in ihost()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xnet.inc | 48 link path=usr/share/man/man3xnet/gethostbyaddr.3xnet target=endhostent.3xnet
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 432 struct hostent *hp = gethostbyaddr((const char *)&sin->sin_addr,
|
/titanic_41/usr/src/man/man3nsl/ |
H A D | Makefile | 147 gethostbyaddr.3nsl \ 325 gethostbyaddr.3nsl := LINKSRC = gethostbyname.3nsl
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypwhich.c | 617 hp = gethostbyaddr((char *)&server->s_addr,
|
/titanic_41/usr/src/lib/libxnet/common/ |
H A D | mapfile-vers | 123 gethostbyaddr { TYPE = FUNCTION; FILTER = libnsl.so.1 };
|