Searched defs:have_ipv4 (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
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/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 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 2358 milliseconds