Home
last modified time | relevance | path

Searched refs:gethostbyaddr (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h116 struct hostent *gethostbyaddr(const char *, int, int);
163 struct hostent *gethostbyaddr();
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h36 #define gethostbyaddr res_gethostbyaddr /* libnsl */ macro
37 struct hostent *gethostbyaddr __P((const char *, int, int));
/illumos-gate/usr/src/head/
H A Dnetdb.h283 struct hostent *gethostbyaddr(const void *, socklen_t, int);
285 struct hostent *gethostbyaddr(const void *, size_t, int);
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile53 gethostbyaddr.3xnet \
84 gethostbyaddr.3xnet := LINKSRC = endhostent.3xnet
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-addr.c186 host = gethostbyaddr(ADDR_CAST &(addr->ipv6.sin6_addr), in httpAddrLookup()
199 host = gethostbyaddr(ADDR_CAST &(addr->ipv4.sin_addr), in httpAddrLookup()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dhostname.c29 hp = gethostbyaddr(ip, 4, AF_INET);
/illumos-gate/usr/src/cmd/getent/
H A Ddogethost.c83 hp = gethostbyaddr((char *)&addr, in dogethost()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c39 #define gethostbyaddr res_gethostbyaddr macro
76 hp = gethostbyaddr(addr, len, type); in _gethostbyaddr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c570 if (!nflag && (hp = gethostbyaddr((char *)&from->sin_addr, in rip_input()
674 hp = gethostbyaddr((char *)&in, in rip_input()
748 hp = gethostbyaddr((char *)&in, sizeof (in), in rip_input()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c149 hp = gethostbyaddr((const char *)&request->ctl_addr.sin_addr, in do_announce()
/illumos-gate/usr/src/cmd/netfiles/
H A Dnetconfig38 # gethostbyname, gethostbyaddr, getservbyname, and getservbyport.
/illumos-gate/usr/src/lib/libwrap/
H A Dsocket.c167 && (hp = gethostbyaddr(SGADDRP(sin), SGADDRSZ(sin), SGFAM(sin))) != 0) {
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostent.c73 gethostbyaddr(const void *addr, socklen_t len, int type) in gethostbyaddr() function
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c89 hp = gethostbyaddr((char *)&clnt_addr, sizeof (clnt_addr), AF_INET); in bootparamproc_whoami_1()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnameinfo.c198 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
H A Dgethostent_r.c65 struct hostent *he = gethostbyaddr(addr, len, type); in gethostbyaddr_r()
H A Dgethostent.c95 gethostbyaddr(const char *addr, int len, int af) { in gethostbyaddr() function
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c350 h = gethostbyaddr((const char *) &addr->sin_addr,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c378 hp = gethostbyaddr((const char *)&sin, sizeof (sin), AF_INET); in ihost()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xnet.inc27 link path=usr/share/man/man3xnet/gethostbyaddr.3xnet target=endhostent.3xnet
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile147 gethostbyaddr.3nsl \
326 gethostbyaddr.3nsl := LINKSRC = gethostbyname.3nsl
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c430 struct hostent *hp = gethostbyaddr((const char *)&sin->sin_addr,
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypwhich.c614 hp = gethostbyaddr((char *)&server->s_addr,
/illumos-gate/usr/src/lib/libxnet/common/
H A Dmapfile-vers123 gethostbyaddr { TYPE = FUNCTION; FILTER = libnsl.so.1 };
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers340 gethostbyaddr;

12