Searched defs:have_ipv4 (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c45 isc_boolean_t have_ipv4, have_ipv6; local
60 have_ipv4 = ISC_TF((isc_net_probeipv4() == ISC_R_SUCCESS));
73 if (have_ipv4)
128 else if (!have_ipv4)
/bind-9.11.3/bin/tools/
H A Dmdig.c85 static isc_boolean_t have_ipv4 = ISC_FALSE; variable
1553 if (have_ipv4) {
1566 have_ipv4 = ISC_FALSE;
1620 } else if (have_ipv4 && inet_pton(AF_INET, value, &in4) == 1) {
1917 have_ipv4 = ISC_TRUE;
1920 if (!have_ipv4 && !have_ipv6)
1955 } else if (isc_sockaddr_pf(&dstaddr) == PF_INET6 && have_ipv4) {
1957 have_ipv4 = ISC_FALSE;
1959 if (have_ipv4 && have_ipv6)
1976 if (have_ipv4) {
[all...]
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c132 static isc_boolean_t have_ipv4 = ISC_FALSE; variable
816 if (have_ipv4)
864 have_ipv4 = ISC_TRUE;
870 if (!have_ipv4 && !have_ipv6)
908 ns_total = ns_alloc = (have_ipv4 ? 1 : 0) + (have_ipv6 ? 1 : 0);
913 if (have_ipv4) {
920 isc_sockaddr_fromin6(&servers[(have_ipv4 ? 1 : 0)],
989 if (have_ipv4) {
1561 } else if (have_ipv4 && inet_pton(AF_INET, local, &in4) == 1) {
/bind-9.11.3/bin/dig/
H A Ddighost.c117 have_ipv4 = ISC_FALSE, variable
647 if (af == AF_INET && !have_ipv4)
1431 if (have_ipv4) {
1442 have_ipv4 = ISC_FALSE;
1449 if (have_ipv4)
1501 if (have_ipv4) {
1572 have_ipv4 = ISC_TRUE;
1577 if (!have_ipv6 && !have_ipv4)
3070 have_ipv4)

Completed in 29 milliseconds