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

/bind-9.6-ESV-R11/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)
/bind-9.6-ESV-R11/bin/dig/include/dig/
H A Ddig.h255 extern isc_boolean_t check_ra, have_ipv4, have_ipv6, specified_source,
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c115 static isc_boolean_t have_ipv4 = ISC_FALSE; variable
667 if (have_ipv4)
715 have_ipv4 = ISC_TRUE;
721 if (!have_ipv4 && !have_ipv6)
818 if (have_ipv4) {
1312 else if (have_ipv4 && inet_pton(AF_INET, local, &in4) == 1)
/bind-9.6-ESV-R11/bin/dig/
H A Ddig.c1156 if (have_ipv4) {
1167 have_ipv4 = ISC_FALSE;
1229 } 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.c115 have_ipv4 = ISC_FALSE, variable
598 if (af == AF_INET && !have_ipv4)
1044 if (have_ipv4)
1082 if (have_ipv4) {
1144 have_ipv4 = ISC_TRUE;
1149 if (!have_ipv6 && !have_ipv4)
2378 have_ipv4)

Completed in 36 milliseconds