/freebsd/crypto/heimdal/lib/roken/ |
H A D | getipnodebyname.c | 53 tmp = gethostbyname2 (name, af); in getipnodebyname()
|
H A D | ChangeLog | 1798 * getipnodebyname.c (getipnodebyname): try gethostbyname2 if we
|
/freebsd/lib/libc/rpc/ |
H A D | getrpcport.c | 58 if ((hp = gethostbyname2(host, AF_INET)) == NULL) in getrpcport()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | sm_gethost.c | 55 h = gethostbyname2(name, family);
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 22 gethostbyname2;
|
H A D | Makefile.inc | 70 gethostbyname.3 gethostbyname2.3 \
|
H A D | name6.c | 283 hp = gethostbyname2(name, af); in getipnodebyname() 291 struct hostent *hp2 = gethostbyname2(name, AF_INET); in getipnodebyname()
|
H A D | gethostnamadr.c | 677 gethostbyname2(const char *name, int af) in gethostbyname2() function
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_hostent.c | 189 geta(gethostbyname2(*argv, af)); in main()
|
/freebsd/include/ |
H A D | netdb.h | 265 struct hostent *gethostbyname2(const char *, int);
|
/freebsd/lib/libcasper/services/cap_net/ |
H A D | cap_net.h | 159 #define cap_gethostbyname2(chan, name, type) gethostbyname2(name, type)
|
H A D | cap_net.c | 812 hp = gethostbyname2(name, family); in net_gethostbyname()
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 481 #define gethostbyname2 Rgethostbyname2 macro
|
H A D | ChangeLog | 1095 * look for gethostbyname2()
|
/freebsd/sbin/ipfw/ |
H A D | ipv6.c | 303 if ((he = gethostbyname2(host, AF_INET6)) == NULL) in lookup_host6()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 307 he6 = gethostbyname2(argv[i], AF_INET6); in hosts()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_ctrl.c | 397 h = gethostbyname2(name, AF_INET6); in wpa_ctrl_open()
|
/freebsd/lib/libc/tests/nss/ |
H A D | gethostby_test.c | 104 he = gethostbyname2(name, af); in IMPLEMENT_TEST_FILE_SNAPSHOT()
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmp.c | 1396 if ((he = gethostbyname2(str, AF_INET)) == NULL) in snmp_value_parse()
|
/freebsd/lib/libcasper/services/cap_net/tests/ |
H A D | net_test.c | 235 orighp = gethostbyname2(domain, family); in test_gethostbyname()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | ChangeLog | 698 * telnet/commands.c (tn): only call gethostbyname2 with AF_INET6
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 402 /* Define to 1 if you have the `gethostbyname2' function. */
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 4308 h = gethostbyname2(name, family);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2866 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 D | ChangeLog.1999 | 2104 gethostbyname2 with AF_INET6 if we actually have IPv6. From
|