Searched refs:have_ipv6 (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | getaddresses.c | 55 isc_boolean_t have_ipv4, have_ipv6; local 71 have_ipv6 = ISC_TF((isc_net_probeipv6() == ISC_R_SUCCESS)); 101 if (!have_ipv6) 137 if (!have_ipv6)
|
/bind-9.6-ESV-R11/bin/dig/include/dig/ |
H A D | dig.h | 255 extern isc_boolean_t check_ra, have_ipv4, have_ipv6, specified_source,
|
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 116 static isc_boolean_t have_ipv6 = ISC_FALSE; variable 669 if (have_ipv6) 719 have_ipv6 = ISC_TRUE; 721 if (!have_ipv4 && !have_ipv6) 806 if (have_ipv6) { 1310 if (have_ipv6 && inet_pton(AF_INET6, local, &in6) == 1)
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dig.c | 1158 have_ipv6 = ISC_FALSE; 1165 if (have_ipv6) { 1226 if (have_ipv6 && inet_pton(AF_INET6, value, &in6) == 1) {
|
H A D | host.c | 816 have_ipv6 = ISC_FALSE; 821 if (have_ipv6) {
|
H A D | dighost.c | 116 have_ipv6 = ISC_FALSE, variable 600 if (af == AF_INET6 && !have_ipv6) 1046 if (have_ipv6) 1087 if (have_ipv6) { 1148 have_ipv6 = ISC_TRUE; 1149 if (!have_ipv6 && !have_ipv4)
|
Completed in 36 milliseconds