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

/bind-9.11.3/bin/tests/system/ednscompliance/
H A Dtests.sh26 echo "I:check +ednsopt=100 adds option 100 ($n)"
27 $DIG -p 5300 @10.53.0.1 +qr +norec +ednsopt=100 soa $zone > dig.out$n
53 $DIG -p 5300 @10.53.0.1 +norec +ednsopt=100 soa $zone > dig.out$n
64 $DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsneg +ednsopt=100 soa $zone > dig.out$n
/bind-9.11.3/bin/tests/system/digdelv/
H A Dtests.sh149 echo "I:checking dig +qr +ednsopt=08 does not cause an INSIST failure ($n)"
151 $DIG $DIGOPTS @10.53.0.3 +ednsopt=08 +qr a a.example > dig.out.test$n || ret=1
332 echo "I:checking dig +ednsopt=8:00000000 (family=0, source=0, scope=0) ($n)"
334 $DIG $DIGOPTS +tcp @10.53.0.2 +ednsopt=8:00000000 A a.example > dig.out.test$n 2>&1 || ret=1
342 echo "I:checking dig +ednsopt=8:00030000 (family=3, source=0, scope=0) ($n)"
344 $DIG $DIGOPTS +qr +tcp @10.53.0.2 +ednsopt=8:00030000 A a.example > dig.out.test$n 2>&1 || ret=1
391 echo "I:checking dig +ednsopt with option number ($n)"
393 $DIG $DIGOPTS @10.53.0.3 +ednsopt=3 a.example > dig.out.test$n 2>&1 || ret=1
399 echo "I:checking dig +ednsopt with option name ($n)"
401 $DIG $DIGOPTS @10.53.0.3 +ednsopt
[all...]
/bind-9.11.3/lib/dns/
H A Dresolver.c2125 unsigned ednsopt = 0; local
2367 INSIST(ednsopt < DNS_EDNSOPTIONS);
2368 ednsopts[ednsopt].code = DNS_OPT_NSID;
2369 ednsopts[ednsopt].length = 0;
2370 ednsopts[ednsopt].value = NULL;
2371 ednsopt++;
2383 INSIST(ednsopt < DNS_EDNSOPTIONS);
2384 ednsopts[ednsopt].code = DNS_OPT_COOKIE;
2385 ednsopts[ednsopt].length = (isc_uint16_t)
2390 if (ednsopts[ednsopt]
[all...]
/bind-9.11.3/bin/tests/system/resolver/
H A Dtests.sh593 $DIG soa . @10.53.0.5 -p 5300 +ednsopt=8:00011f00ffffffff > dig.out.ns5.test${n} || ret=1
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh3376 $DIG $DIGOPTS . dnskey +ednsopt=KEY-TAG:ffff @10.53.0.1 > dig.out.ns4.test$n || ret=1

Completed in 3499 milliseconds