Searched defs:have_ipv6 (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/bind9/
H A Dgetaddresses.c55 isc_boolean_t have_ipv4, have_ipv6; local
71 have_ipv6 = ISC_TF((isc_net_probeipv6() == ISC_R_SUCCESS));
101 if (!have_ipv6)
137 if (!have_ipv6)
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c116 static isc_boolean_t have_ipv6 = ISC_FALSE; variable
669 if (have_ipv6)
719 have_ipv6 = ISC_TRUE;
721 if (!have_ipv4 && !have_ipv6)
806 if (have_ipv6) {
1310 if (have_ipv6 && inet_pton(AF_INET6, local, &in6) == 1)
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c116 have_ipv6 = ISC_FALSE, variable
600 if (af == AF_INET6 && !have_ipv6)
1046 if (have_ipv6)
1087 if (have_ipv6) {
1148 have_ipv6 = ISC_TRUE;
1149 if (!have_ipv6 && !have_ipv4)

Completed in 1293 milliseconds