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

/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/libnsl/nss/
H A Dgethostent.c75 gethostbyaddr(const void *addr, socklen_t len, int type) function
/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/nsswitch/dns/common/
H A Dgethostent.c41 #define gethostbyaddr res_gethostbyaddr macro
78 hp = gethostbyaddr(addr, len, type);
/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/cmd/perl/5.8.4/distrib/
H A DXSUB.h365 # undef gethostbyaddr macro
492 # define gethostbyaddr PerlSock_gethostbyaddr macro

Completed in 35 milliseconds