Searched defs:gethostbyname2 (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h49 #undef gethostbyname2 macro
50 #define gethostbyname2 idn_resolver_gethostbyname2 macro
H A Dresolver.c83 #undef gethostbyname2 macro
117 * using gethostbyname2()).
563 ENTRY(gethostbyname2)(const char *name, int af) { function
570 return (REAL(gethostbyname2)(name, af));
572 TRACE(("gethostbyname2(name=%s)\n", idn__debug_xstring(name, 60), af));
581 hp = copy_decode_hostent_static(REAL(gethostbyname2)(name, af),
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h259 #ifdef gethostbyname2
260 #undef gethostbyname2 macro
262 #define gethostbyname2 lwres_gethostbyname2 macro

Completed in 25 milliseconds