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

/macosx-10.10.1/bind9-45.101/bind9/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),
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetipnodebyname.c53 tmp = gethostbyname2 (name, af);
/macosx-10.10.1/bind9-45.101/bind9/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"
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h257 #ifdef gethostbyname2
258 #undef gethostbyname2 macro
260 #define gethostbyname2 lwres_gethostbyname2 macro
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb.h292 struct hostent *gethostbyname2(const char *, int);
H A Dlibinfo.c1061 gethostbyname2(const char *name, int af) function
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in263 #ifdef gethostbyname2
264 #undef gethostbyname2
266 #define gethostbyname2 lwres_gethostbyname2
/macosx-10.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh135 endhostent.3 gethostbyaddr.3 gethostbyname2.3 \
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h483 #define gethostbyname2 Rgethostbyname2 macro
H A Dconfigure8823 for ac_func in getcwd gethostbyaddr gethostbyname gethostbyname2 gethostname \
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c561 hp = gethostbyname2(hostname, af);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/lwresd/
H A Dlwtest.c271 hp = gethostbyname2(name, af);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dtcp.c159 # define zsh_gethostbyname2 gethostbyname2
/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c605 hp = gethostbyname2(source, AF_INET);
613 errx(1, "gethostbyname2: illegal address");
632 hp = gethostbyname2(target, AF_INET);
638 errx(1, "gethostbyname2 returned an illegal address");
/macosx-10.10.1/libpcap-48/libpcap/Win32/Src/
H A Dgetaddrinfo.c566 hp = gethostbyname2(hostname, pai->ai_family);
610 * hp will be overwritten if we use gethostbyname2().
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dgetaddrinfo.c575 hp = gethostbyname2(hostname, pai->ai_family);
621 * hp will be overwritten if we use gethostbyname2().
/macosx-10.10.1/network_cmds-457/traceroute6.tproj/
H A Dtraceroute6.c284 #define getipnodebyname(x, y, z, u) gethostbyname2((x), (y))
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c550 struct hostent *he = gethostbyname2(host, family);
/macosx-10.10.1/lsof-53/lsof/
H A Darg.c2456 he = gethostbyname2(hn, n->af);
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dconfigure2288 for ac_func in gethostbyname gethostbyname2 gethostbyaddr
/macosx-10.10.1/zsh-61/zsh/
H A Dconfigure6663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname2" >&5
6664 $as_echo_n "checking for library containing gethostbyname2... " >&6; }
6678 char gethostbyname2 ();
6682 return gethostbyname2 ();
8241 gethostname gethostbyname2 getipnodebyname \
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure15803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname2" >&5
15804 $as_echo_n "checking for gethostbyname2... " >&6; }
15826 gethostbyname2() function
15847 for ac_func in gethostbyname2
15849 ac_fn_c_check_func "$LINENO" "gethostbyname2" "ac_cv_func_gethostbyname2"
15859 # gethostbyname2
15860 eval "ac_tr_func=HAVE_`echo gethostbyname2 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"

Completed in 512 milliseconds