Searched refs:gethostbyname2 (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/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.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h250 #ifdef gethostbyname2
251 #undef gethostbyname2 macro
253 #define gethostbyname2 lwres_gethostbyname2 macro
/bind-9.11.3/lib/lwres/include/lwres/
H A Dnetdb.h.in256 #ifdef gethostbyname2
257 #undef gethostbyname2
259 #define gethostbyname2 lwres_gethostbyname2
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c561 hp = gethostbyname2(hostname, af);
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c264 hp = gethostbyname2(name, af);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dconfigure2288 for ac_func in gethostbyname gethostbyname2 gethostbyaddr
/bind-9.11.3/contrib/queryperf/
H A Dconfigure2879 for ac_func in gethostbyname2
2881 ac_fn_c_check_func "$LINENO" "gethostbyname2" "ac_cv_func_gethostbyname2"

Completed in 2398 milliseconds