Searched defs:gethostbyaddr (Results 1 - 5 of 5) 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/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/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/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

Completed in 2068 milliseconds