Searched refs:have_ipv6 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/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)
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h255 extern isc_boolean_t check_ra, have_ipv4, have_ipv6, specified_source,
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c130 static isc_boolean_t have_ipv6 = ISC_FALSE; variable
754 if (have_ipv6)
804 have_ipv6 = ISC_TRUE;
806 if (!have_ipv4 && !have_ipv6)
890 if (have_ipv6) {
1432 if (have_ipv6 && inet_pton(AF_INET6, local, &in6) == 1)
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c1238 have_ipv6 = ISC_FALSE;
1246 if (have_ipv6) {
1310 if (have_ipv6 && inet_pton(AF_INET6, value, &in6) == 1) {
H A Dhost.c816 have_ipv6 = ISC_FALSE;
821 if (have_ipv6) {
H A Ddighost.c121 have_ipv6 = ISC_FALSE, variable
624 if (af == AF_INET6 && !have_ipv6)
1219 if (have_ipv6)
1260 if (have_ipv6) {
1322 have_ipv6 = ISC_TRUE;
1323 if (!have_ipv6 && !have_ipv4)

Completed in 114 milliseconds