Searched refs:cdflag (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h105 cdflag, member in struct:dig_lookup
/bind-9.11.3/bin/delv/
H A Ddelv.c122 cdflag = ISC_FALSE, variable
1008 case 'd': /* cdflag */
1009 FULLCHECK("cdflag");
1010 cdflag = state;
1649 if (cdflag)
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh983 $DIG $DIGOPTS +noauth +cdflag example. soa @10.53.0.5 \
996 $DIG $DIGOPTS +cdflag q.example. soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
1039 $DIG $DIGOPTS +cdflag a.bogus.example. soa @10.53.0.5 \
1053 $DIG $DIGOPTS +noauth +cdflag a.insecure.example. soa @10.53.0.5 \
1068 $DIG $DIGOPTS +cdflag q.insecure.example. a @10.53.0.5 \
/bind-9.11.3/bin/dig/
H A Ddig.c170 " +[no]cdflag (Set checking disabled flag in query)\n"
901 case 'd':/* cdflag */
903 case 'f': /* cdflag */
904 case '\0': /* +cd is a synonym for +cdflag */
905 FULLCHECK("cdflag");
906 lookup->cdflag = state;
H A Ddighost.c828 looknew->cdflag = ISC_FALSE;
973 looknew->cdflag = lookold->cdflag;
2555 if (lookup->cdflag) {

Completed in 45 milliseconds