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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h53 #undef gethostbyaddr macro
54 #define gethostbyaddr idn_resolver_gethostbyaddr macro
55 #undef gethostbyaddr macro
H A Dresolver.c84 #undef gethostbyaddr macro
591 ENTRY(gethostbyaddr)(GHBA_ADDR_T addr, GHBA_ADDRLEN_T len, int type) { function
597 return (REAL(gethostbyaddr)(addr, len, type));
599 TRACE(("gethostbyaddr()\n"));
602 hp = copy_decode_hostent_static(REAL(gethostbyaddr)(addr, len, type),
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dquery-loc.c70 hp = (struct hostent *) gethostbyaddr
/bind-9.6-ESV-R11/bin/tests/
H A Dgxba_test.c88 he = gethostbyaddr(addr, len, af);
89 print_he(he, h_errno, "gethostbyaddr", argv[1]);
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h57 * Error return codes from gethostbyname() and gethostbyaddr()
264 #ifdef gethostbyaddr
265 #undef gethostbyaddr macro
267 #define gethostbyaddr lwres_gethostbyaddr macro
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c121 gethostbyaddr(const char FAR * addr, int len, int type) { function
129 TRACE("ENTER gethostbyaddr <%s>\n",
151 TRACE("LEAVE gethostbyaddr NULL\n") ;
153 TRACE("LEAVE gethostbyaddr <%s>\n",
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetnameinfo.c195 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
H A Dgetaddrinfo.c454 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in54 * Error return codes from gethostbyname() and gethostbyaddr()
268 #ifdef gethostbyaddr
269 #undef gethostbyaddr
271 #define gethostbyaddr lwres_gethostbyaddr
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c164 gethostbyaddr(const char FAR * addr, int len, int type) { function
172 TRACE("ENTER gethostbyaddr <%s>\n",
194 TRACE("LEAVE gethostbyaddr NULL\n");
196 TRACE("LEAVE gethostbyaddr <%s>\n",
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c386 hp = gethostbyaddr(addrbuf, len, af);
392 printf("I:gethostbyaddr(%s) failed: %s\n",
397 printf("I:gethostbyaddr(%s) returned not found\n",
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure2288 for ac_func in gethostbyname gethostbyname2 gethostbyaddr
2566 echo $ac_n "checking flavor of gethostbyaddr""... $ac_c" 1>&6
2567 echo "configure:2568: checking flavor of gethostbyaddr" >&5
2583 struct hostent *gethostbyaddr(const void *addr, socklen_t len, int type) {
2587 (void)gethostbyaddr(NULL, 0, 0);
2613 struct hostent *gethostbyaddr(const char *addr, size_t len, int type) {
2617 (void)gethostbyaddr(NULL, 0, 0);
2643 struct hostent *gethostbyaddr(const char *addr, int len, int type) {
2647 (void)gethostbyaddr(NULL, 0, 0);
2683 { echo "configure: error: can't build runidn, since parameter type list of gethostbyaddr() i
[all...]
/bind-9.6-ESV-R11/
H A Dconfigure16005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyaddr(const void *, size_t, ...)" >&5
16006 $as_echo_n "checking for gethostbyaddr(const void *, size_t, ...)... " >&6; }
16011 struct hostent *gethostbyaddr(const void *, size_t, int);

Completed in 51 milliseconds