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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h51 #undef gethostbyname2 macro
52 #define gethostbyname2 idn_resolver_gethostbyname2 macro
H A Dresolver.c85 #undef gethostbyname2 macro
119 * using gethostbyname2()).
565 ENTRY(gethostbyname2)(const char *name, int af) { function
572 return (REAL(gethostbyname2)(name, af));
574 TRACE(("gethostbyname2(name=%s)\n", idn__debug_xstring(name, 60), af));
583 hp = copy_decode_hostent_static(REAL(gethostbyname2)(name, af),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetipnodebyname.c55 tmp = gethostbyname2 (name, af);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/
H A Dconfigure.in60 AC_CHECK_FUNCS(gethostbyname2)
H A Dconfigure2879 for ac_func in gethostbyname2
2881 ac_fn_c_check_func "$LINENO" "gethostbyname2" "ac_cv_func_gethostbyname2"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/win32/include/lwres/
H A Dnetdb.h259 #ifdef gethostbyname2
260 #undef gethostbyname2 macro
262 #define gethostbyname2 lwres_gethostbyname2 macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/include/lwres/
H A Dnetdb.h263 #ifdef gethostbyname2
264 #undef gethostbyname2 macro
266 #define gethostbyname2 lwres_gethostbyname2 macro
/netbsd-6-1-5-RELEASE/include/
H A Dnetdb.h320 struct hostent *gethostbyname2(const char *, int);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dtcp-comms.c487 he = gethostbyname2(node, AF_INET6);
495 he = gethostbyname2(node, AF_INET);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dnetdb.h.in263 #ifdef gethostbyname2
264 #undef gethostbyname2
266 #define gethostbyname2 lwres_gethostbyname2
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A DMakefile.inc65 gethostbyname.3 gethostbyname2.3
H A Dgethnamaddr.c531 gethostbyname2(const char *name, int af) function
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_9p/
H A Dninepuffs.c76 he = gethostbyname2(addr, AF_INET);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dnetdb.h389 struct hostent *gethostbyname2 __P((const char *, int));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/missing/
H A Dgetaddrinfo.c563 hp = gethostbyname2(hostname, af);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/lwresd/
H A Dlwtest.c273 hp = gethostbyname2(name, af);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgethostent.c83 gethostbyname2(const char *name, int af) { function
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Src/
H A Dgetaddrinfo.c560 hp = gethostbyname2(hostname, pai->ai_family);
604 * hp will be overwritten if we use gethostbyname2().
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute6/
H A Dtraceroute6.c292 #define getipnodebyname(x, y, z, u) gethostbyname2((x), (y))
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/
H A Dconfigure2288 for ac_func in gethostbyname gethostbyname2 gethostbyaddr

Completed in 311 milliseconds