Searched refs:gethostbyaddr (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libresolv/
H A Dnetdb.h118 struct hostent *gethostbyaddr(const char *, int, int);
165 struct hostent *gethostbyaddr();
195 * Error return codes from gethostbyname() and gethostbyaddr()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dhostent.t41 my $i = gethostbyaddr(inet_aton("127.0.0.1"));
42 ok(defined $i, "gethostbyaddr('127.0.0.1')") ||
43 DIE("Can't continue without working gethostbyaddr: $!");
45 is( inet_ntoa($i->addr), "127.0.0.1", 'addr from gethostbyaddr' );
/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/cmd/perl/5.8.4/distrib/t/op/
H A Dver.t182 # See if sane addr and gethostbyaddr() work
183 eval { require Socket; gethostbyaddr(v127.0.0.1, &Socket::AF_INET) };
192 eval { $host = gethostbyaddr($ip,&Socket::AF_INET) };
193 like($@, qr/Wide character/, "Non-bytes leak to gethostbyaddr");
/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/libwrap/
H A Dsocket.c158 * On some systems, for example Solaris 2.3, gethostbyaddr(0.0.0.0) does
166 && (hp = gethostbyaddr(SGADDRP(sin), SGADDRSZ(sin), SGFAM(sin))) != 0) {
174 * Verify also that gethostbyaddr() and gethostbyname() return the same
197 * The gethostbyaddr() and gethostbyname() calls did not return
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h365 # undef gethostbyaddr macro
492 # define gethostbyaddr PerlSock_gethostbyaddr macro
H A Dreentr.c339 retptr = gethostbyaddr(p0, asize, anint); break;
H A Diperlsys.h1348 #define PerlSock_gethostbyaddr(a, l, t) gethostbyaddr(a, l, t)
H A Dconfig_h.SH1673 * This symbol, if defined, indicates that the gethostbyaddr() routine is
3425 * gethostbyaddr(). Otherwise, it is up to the program to guess
3464 * to gethostbyaddr().
3468 * to gethostbyaddr().
3689 * is available to gethostbyaddr re-entrantly.
H A Dpp_sys.c4651 DIE(aTHX_ PL_no_sock_func, "gethostbyaddr");
4663 struct hostent *gethostbyaddr(Netdb_host_t, Netdb_hlen_t, int);
4689 DIE(aTHX_ PL_no_sock_func, "gethostbyaddr");
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgethostent_r.c69 struct hostent *he = gethostbyaddr(addr, len, type);
H A Dgetnameinfo.c198 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
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/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/lib/Pod/t/
H A DFunctions.t152 endprotoent, endservent, gethostbyaddr, gethostbyname,
/osnet-11/usr/src/lib/libldap4/common/
H A Dos-ip.c296 if (( hp = gethostbyaddr( (char *) &sin.sin_addr,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t385 ghbyaddr gethostbyaddr 'foo'
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c183 { TMP = gethostbyaddr ((ADDR), (ADDRLEN), (FAMILY)); (ERR) = h_errno; (HP) = TMP; }
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c768 if (( hp = gethostbyaddr((char *) &sin.sin_addr,
1803 * it can use the ldap layer's gethostbyaddr resolver.
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl330 struct hostent *gethostbyaddr(const void *addr, socklen_t len, int type);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4251 h = gethostbyaddr(addr, len, family);
4451 hp = gethostbyaddr(addr, len, type);
4611 "gethostbyaddr(%.100s) failed: %d",

Completed in 94 milliseconds