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 D | hostent.pm | 9 @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 D | gethostent.c | 75 gethostbyaddr(const void *addr, socklen_t len, int type) function
|
/osnet-11/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));
|
/osnet-11/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent.c | 41 #define gethostbyaddr res_gethostbyaddr macro 78 hp = gethostbyaddr(addr, len, type);
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 99 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 D | XSUB.h | 365 # undef gethostbyaddr macro 492 # define gethostbyaddr PerlSock_gethostbyaddr macro
|
Completed in 44 milliseconds