HomeSort by: relevance | last modified time | path
    Searched refs:dns64prefix (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dig/
dig.c 208 " +[no]dns64prefix (Get the DNS64 prefixes "
671 bool dns64prefix = query->lookup->dns64prefix; local
736 if (!short_form && !dns64prefix && printcmd) {
744 : dns64prefix ? "dns64prefix_form"
866 } else if (query->lookup->comments && !short_form && !dns64prefix) {
947 if (query->lookup->comments && headers && !short_form && !dns64prefix) {
961 if (!short_form && !dns64prefix) {
971 if (!short_form && !dns64prefix) {
978 } else if (dns64prefix) {
    [all...]
dighost.h 111 comments, dns64prefix, dnssec, doing_xfr, done_as_is, ednsneg, member in struct:dig_lookup
dighost.c 707 looknew->dns64prefix = lookold->dns64prefix;
4235 parseflags = l->dns64prefix ? 0 : DNS_MESSAGEPARSE_PRESERVEORDER;
  /src/external/mpl/bind/dist/bin/tests/system/dns64/
tests.sh 1402 echo_i "checking 'dig +dns64prefix' ($n)"
1403 $DIG $DIGOPTS +dns64prefix @10.53.0.1 >dig.out.ns1.test$n || ret=1
1413 echo_i "checking 'dig +dns64prefix' with multiple prefixes ($n)"
1414 $DIG $DIGOPTS +dns64prefix @10.53.0.1 >dig.out.ns1.test$n || ret=1
1425 echo_i "checking 'dig +dns64prefix' with no prefixes ($n)"
1426 $DIG $DIGOPTS +dns64prefix @10.53.0.1 >dig.out.ns1.test$n || ret=1

Completed in 35 milliseconds