Searched refs:have_ipv6 (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/bind9/ |
H A D | getaddresses.c | 45 isc_boolean_t have_ipv4, have_ipv6; local 61 have_ipv6 = ISC_TF((isc_net_probeipv6() == ISC_R_SUCCESS)); 91 if (!have_ipv6) 126 if (!have_ipv6)
|
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 86 static isc_boolean_t have_ipv6 = ISC_FALSE; variable 1555 have_ipv6 = ISC_FALSE; 1564 if (have_ipv6) { 1617 if (have_ipv6 && inet_pton(AF_INET6, value, &in6) == 1) { 1919 have_ipv6 = ISC_TRUE; 1920 if (!have_ipv4 && !have_ipv6) 1952 if (isc_sockaddr_pf(&dstaddr) == PF_INET && have_ipv6) { 1954 have_ipv6 = ISC_FALSE; 1959 if (have_ipv4 && have_ipv6) 1996 have_ipv6 [all...] |
/bind-9.11.3/bin/dig/include/dig/ |
H A D | dig.h | 265 extern isc_boolean_t check_ra, have_ipv4, have_ipv6, specified_source,
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 133 static isc_boolean_t have_ipv6 = ISC_FALSE; variable 818 if (have_ipv6) 868 have_ipv6 = ISC_TRUE; 870 if (!have_ipv4 && !have_ipv6) 908 ns_total = ns_alloc = (have_ipv4 ? 1 : 0) + (have_ipv6 ? 1 : 0); 917 if (have_ipv6) { 977 if (have_ipv6) { 1555 if (have_ipv6 && inet_pton(AF_INET6, local, &in6) == 1) {
|
/bind-9.11.3/bin/dig/ |
H A D | dig.c | 1531 have_ipv6 = ISC_FALSE; 1539 if (have_ipv6) { 1606 if (have_ipv6 && inet_pton(AF_INET6, value, &in6) == 1) {
|
H A D | dighost.c | 118 have_ipv6 = ISC_FALSE, variable 649 if (af == AF_INET6 && !have_ipv6) 1433 have_ipv6 = ISC_FALSE; 1440 if (have_ipv6) { 1451 if (have_ipv6) 1506 if (have_ipv6) { 1576 have_ipv6 = ISC_TRUE; 1577 if (!have_ipv6 && !have_ipv4)
|
Completed in 44 milliseconds