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

  /src/external/mpl/bind/dist/bin/tests/system/legacy/ns6/
sign.sh 16 echo_i "sign edns512"
18 zone=edns512
19 infile=edns512.db.in
20 zonefile=edns512.db
21 outfile=edns512.db.signed
  /src/external/mpl/bind/dist/bin/tests/system/legacy/ns7/
sign.sh 16 echo_i "sign edns512-notcp"
18 zone=edns512-notcp
19 infile=edns512-notcp.db.in
20 zonefile=edns512-notcp.db
21 outfile=edns512-notcp.db.signed
  /src/external/mpl/bind/dist/bin/tests/system/legacy/
tests.sh 193 $DIG $DIGOPTS +edns @10.53.0.6 edns512 txt >dig.out.1.test$n || ret=1
196 $DIG $DIGOPTS +edns +tcp @10.53.0.6 edns512 txt >dig.out.2.test$n || ret=1
199 $DIG $DIGOPTS +edns +dnssec @10.53.0.6 edns512 txt >dig.out.3.test$n && ret=1
202 $DIG $DIGOPTS +edns +dnssec +bufsize=512 +ignore @10.53.0.6 edns512 soa >dig.out.4.test$n || ret=1
212 retry_quiet 3 resolution_succeeds edns512. || ret=1
219 $DIG $DIGOPTS +edns @10.53.0.7 edns512-notcp soa >dig.out.1.test$n || ret=1
222 $DIG $DIGOPTS +edns +tcp @10.53.0.7 edns512-notcp soa >dig.out.2.test$n && ret=1
224 $DIG $DIGOPTS +edns +dnssec @10.53.0.7 edns512-notcp soa >dig.out.3.test$n && ret=1
227 $DIG $DIGOPTS +edns +dnssec +bufsize=512 +ignore @10.53.0.7 edns512-notcp soa >dig.out.4.test$n || ret=1
237 resolution_fails edns512-notcp. || ret=
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 338 ISC_LIST(struct tried) edns512; member in struct:fetchctx
2456 for (tried = ISC_LIST_HEAD(fctx->edns512); tried != NULL;
2481 ISC_LIST_INITANDAPPEND(fctx->edns512, tried, link);
4696 for (tried = ISC_LIST_HEAD(fctx->edns512); tried != NULL;
4697 tried = ISC_LIST_HEAD(fctx->edns512))
4699 ISC_LIST_UNLINK(fctx->edns512, tried, link);
5219 ISC_LIST_INIT(fctx->edns512);

Completed in 31 milliseconds