Searched refs:have_ipv4 (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
70 have_ipv4 = ISC_TF((isc_net_probeipv4() == ISC_R_SUCCESS));
83 if (have_ipv4)
139 else if (!have_ipv4)
/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.c129 static isc_boolean_t have_ipv4 = ISC_FALSE; variable
752 if (have_ipv4)
800 have_ipv4 = ISC_TRUE;
806 if (!have_ipv4 && !have_ipv6)
902 if (have_ipv4) {
1434 else if (have_ipv4 && inet_pton(AF_INET, local, &in4) == 1)
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c1236 if (have_ipv4) {
1248 have_ipv4 = ISC_FALSE;
1313 } else if (have_ipv4 && inet_pton(AF_INET, value, &in4) == 1) {
H A Dhost.c814 if (have_ipv4) {
823 have_ipv4 = ISC_FALSE;
H A Ddighost.c120 have_ipv4 = ISC_FALSE, variable
622 if (af == AF_INET && !have_ipv4)
1217 if (have_ipv4)
1255 if (have_ipv4) {
1318 have_ipv4 = ISC_TRUE;
1323 if (!have_ipv6 && !have_ipv4)
2560 have_ipv4)

Completed in 128 milliseconds