Home
last modified time | relevance | path

Searched refs:gethostbyname2 (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/crypto/heimdal/lib/roken/
H A Dgetipnodebyname.c53 tmp = gethostbyname2 (name, af); in getipnodebyname()
H A DChangeLog1798 * getipnodebyname.c (getipnodebyname): try gethostbyname2 if we
/freebsd/lib/libc/rpc/
H A Dgetrpcport.c58 if ((hp = gethostbyname2(host, AF_INET)) == NULL) in getrpcport()
/freebsd/contrib/sendmail/libmilter/
H A Dsm_gethost.c55 h = gethostbyname2(name, family);
/freebsd/lib/libc/net/
H A DSymbol.map22 gethostbyname2;
H A DMakefile.inc70 gethostbyname.3 gethostbyname2.3 \
H A Dname6.c283 hp = gethostbyname2(name, af); in getipnodebyname()
291 struct hostent *hp2 = gethostbyname2(name, AF_INET); in getipnodebyname()
H A Dgethostnamadr.c677 gethostbyname2(const char *name, int af) in gethostbyname2() function
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c189 geta(gethostbyname2(*argv, af)); in main()
/freebsd/include/
H A Dnetdb.h265 struct hostent *gethostbyname2(const char *, int);
/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.h159 #define cap_gethostbyname2(chan, name, type) gethostbyname2(name, type)
H A Dcap_net.c812 hp = gethostbyname2(name, family); in net_gethostbyname()
/freebsd/contrib/tnftp/
H A Dtnftp.h481 #define gethostbyname2 Rgethostbyname2 macro
H A DChangeLog1095 * look for gethostbyname2()
/freebsd/sbin/ipfw/
H A Dipv6.c303 if ((he = gethostbyname2(host, AF_INET6)) == NULL) in lookup_host6()
/freebsd/usr.bin/getent/
H A Dgetent.c307 he6 = gethostbyname2(argv[i], AF_INET6); in hosts()
/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.c397 h = gethostbyname2(name, AF_INET6); in wpa_ctrl_open()
/freebsd/lib/libc/tests/nss/
H A Dgethostby_test.c104 he = gethostbyname2(name, af); in IMPLEMENT_TEST_FILE_SNAPSHOT()
/freebsd/contrib/bsnmp/lib/
H A Dsnmp.c1396 if ((he = gethostbyname2(str, AF_INET)) == NULL) in snmp_value_parse()
/freebsd/lib/libcasper/services/cap_net/tests/
H A Dnet_test.c235 orighp = gethostbyname2(domain, family); in test_gethostbyname()
/freebsd/crypto/heimdal/appl/telnet/
H A DChangeLog698 * telnet/commands.c (tn): only call gethostbyname2 with AF_INET6
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in402 /* Define to 1 if you have the `gethostbyname2' function. */
/freebsd/contrib/sendmail/src/
H A Dconf.c4308 h = gethostbyname2(name, family);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2866 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname2, char *name, int af) {
2868 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyname2, name, af);
2869 struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af);
2873 #define INIT_GETHOSTBYNAME2 COMMON_INTERCEPT_FUNCTION(gethostbyname2);
/freebsd/crypto/heimdal/
H A DChangeLog.19992104 gethostbyname2 with AF_INET6 if we actually have IPv6. From

12