| /src/external/mpl/bind/dist/lib/isc/ |
| getaddresses.c | 37 bool have_ipv4, have_ipv6; local 49 have_ipv6 = (isc_net_probeipv6() == ISC_R_SUCCESS); 81 if (!have_ipv6) { 106 if (!have_ipv6) {
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| mark.py | 93 def have_ipv6(): function 102 with_ipv6 = pytest.mark.skipif(not have_ipv6(), reason="IPv6 not available")
|
| /src/external/mpl/bind/dist/bin/tools/ |
| mdig.c | 92 static bool have_ipv6 = false; variable 1676 have_ipv6 = false; 1685 if (have_ipv6) { 1740 if (have_ipv6 && inet_pton(AF_INET6, value, &in6) == 1) { 2106 have_ipv6 ? dispatchvx : NULL, &requestmgr)); 2125 have_ipv6 = true; 2127 if (!have_ipv4 && !have_ipv6) { 2152 if (isc_sockaddr_pf(&dstaddr) == PF_INET && have_ipv6) { 2154 have_ipv6 = false; 2159 if (have_ipv4 && have_ipv6) { [all...] |
| /src/external/mpl/bind/dist/bin/nsupdate/ |
| nsupdate.c | 121 static bool have_ipv6 = false; variable 730 if (have_ipv6) { 853 ns_total = ns_alloc = (have_ipv4 ? 1 : 0) + (have_ipv6 ? 1 : 0); 856 if (have_ipv6) { 863 isc_sockaddr_fromin(&servers[(have_ipv6 ? 1 : 0)], &in, 886 if (have_ipv6) { 911 if (have_ipv6) { 937 if (have_ipv6) { 1115 have_ipv6 = false; 1121 if (have_ipv6) { [all...] |
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.h | 257 extern bool check_ra, have_ipv4, have_ipv6, specified_source, usesearch,
|
| dighost.c | 97 bool check_ra = false, have_ipv4 = false, have_ipv6 = false, variable 489 if (pf == AF_INET6 && !have_ipv6) { 1272 have_ipv6 = false; 1279 if (have_ipv6) { 1316 if (have_ipv6) { 1364 have_ipv6 = true; 1366 if (!have_ipv6 && !have_ipv4) {
|
| dig.c | 2645 have_ipv6 = false; 2653 if (have_ipv6) { 2727 if (have_ipv6 && inet_pton(AF_INET6, value, &in6) == 1) {
|