Searched defs:gethostbyaddr (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.h | 53 #undef gethostbyaddr macro 54 #define gethostbyaddr idn_resolver_gethostbyaddr macro 55 #undef gethostbyaddr macro
|
H A D | resolver.c | 84 #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.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllfunc.c | 121 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.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 164 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.11.3/lib/lwres/win32/include/lwres/ |
H A D | netdb.h | 48 * Error return codes from gethostbyname() and gethostbyaddr() 255 #ifdef gethostbyaddr 256 #undef gethostbyaddr macro 258 #define gethostbyaddr lwres_gethostbyaddr macro
|
Completed in 13 milliseconds