Searched defs:gethostbyaddr (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c41 #define gethostbyaddr res_gethostbyaddr macro
78 hp = gethostbyaddr(addr, len, type);
/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/lib/libnsl/nss/
H A Dgethostent.c75 gethostbyaddr(const void *addr, socklen_t len, int type) function
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c99 gethostbyaddr(const char *addr, int len, int af) { function
1063 #ifdef grot /*%< for future use in gethostbyaddr(), for "SUNSECURITY" */
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile147 gethostbyaddr.3nsl \
325 gethostbyaddr.3nsl := LINKSRC = gethostbyname.3nsl
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile53 gethostbyaddr.3xnet \
84 gethostbyaddr.3xnet := LINKSRC = endhostent.3xnet
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c99 gethostbyaddr(const char *addr, int len, int af) { function
1063 #ifdef grot /*%< for future use in gethostbyaddr(), for "SUNSECURITY" */
/osnet-11/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));
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgethostent.c75 gethostbyaddr(const void *addr, socklen_t len, int type) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h365 # undef gethostbyaddr macro
492 # define gethostbyaddr PerlSock_gethostbyaddr macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dhostent.pm9 @EXPORT = qw(gethostbyname gethostbyaddr gethost);
47 sub gethostbyaddr ($;$) { subroutine
52 populate(CORE::gethostbyaddr($addr, $addrtype))
58 &gethostbyaddr(Socket::inet_aton(shift));
78 gethostbyaddr() functions, replacing them with versions that return
95 argument to gethostbyaddr() by way of Socket::inet_aton, and the rest
135 if ($h = gethostbyaddr($h->addr)) {
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c41 #define gethostbyaddr res_gethostbyaddr macro
78 hp = gethostbyaddr(addr, len, type);

Completed in 110 milliseconds