OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ednsopt
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/ednscompliance/
tests.sh
37
echo_i "check +
ednsopt
=100 adds option 100 ($n)"
38
$DIG $DIGOPTS @10.53.0.1 +qr +
ednsopt
=100 soa $zone >dig.out$n || ret=1
87
$DIG $DIGOPTS @10.53.0.1 +
ednsopt
=100 soa $zone >dig.out$n || ret=1
110
$DIG $DIGOPTS @10.53.0.1 +edns=100 +noednsneg +
ednsopt
=100 soa $zone >dig.out$n || ret=1
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests.sh
320
echo_i "checking dig +qr +
ednsopt
=08 does not cause an INSIST failure ($n)"
322
dig_with_opts @10.53.0.3 +
ednsopt
=08 +qr a a.example >dig.out.test$n || ret=1
522
echo_i "checking dig +
ednsopt
=8:00000000 (family=0, source=0, scope=0) ($n)"
524
dig_with_opts +tcp @10.53.0.2 +
ednsopt
=8:00000000 A a.example >dig.out.test$n 2>&1 || ret=1
531
echo_i "checking dig +
ednsopt
=8:00030000 (family=3, source=0, scope=0) ($n)"
533
dig_with_opts +qr +tcp @10.53.0.2 +
ednsopt
=8:00030000 A a.example >dig.out.test$n 2>&1 || ret=1
570
echo_i "checking dig +
ednsopt
with option number ($n)"
572
dig_with_opts @10.53.0.3 +
ednsopt
=3 a.example >dig.out.test$n 2>&1 || ret=1
579
echo_i "checking dig +
ednsopt
with option name ($n)"
581
dig_with_opts @10.53.0.3 +
ednsopt
=nsid a.example >dig.out.test$n 2>&1 || ret=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/padding/
tests.sh
133
$DIG $DIGOPTS +qr +
ednsopt
=12 foo.example @10.53.0.2 >dig.out.test$n.1 || ret=1
135
$DIG $DIGOPTS +qr +
ednsopt
=12:00 foo.example @10.53.0.2 >dig.out.test$n.2 || ret=1
/src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c
2584
unsigned
ednsopt
= 0;
local
2826
INSIST(
ednsopt
< DNS_EDNSOPTIONS);
2827
ednsopts[
ednsopt
].code = DNS_OPT_NSID;
2828
ednsopts[
ednsopt
].length = 0;
2829
ednsopts[
ednsopt
].value = NULL;
2830
ednsopt
++;
2833
INSIST(
ednsopt
< DNS_EDNSOPTIONS);
2834
ednsopts[
ednsopt
].code = DNS_OPT_COOKIE;
2835
ednsopts[
ednsopt
].length =
2839
if (ednsopts[
ednsopt
].length != 0)
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
resolver.c
2370
unsigned int
ednsopt
= 0;
local
2566
INSIST(
ednsopt
< DNS_EDNSOPTIONS);
2567
ednsopts[
ednsopt
].code = DNS_OPT_NSID;
2568
ednsopts[
ednsopt
].length = 0;
2569
ednsopts[
ednsopt
].value = NULL;
2570
ednsopt
++;
2573
INSIST(
ednsopt
< DNS_EDNSOPTIONS);
2574
ednsopts[
ednsopt
].code = DNS_OPT_COOKIE;
2575
ednsopts[
ednsopt
].length =
2579
if (ednsopts[
ednsopt
].length != 0)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/resolver/
tests.sh
656
dig_with_opts soa . @10.53.0.5 +
ednsopt
=8:00011f00ffffffff >dig.out.ns5.test${n} || ret=1
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh
4071
dig_with_opts . dnskey +
ednsopt
=KEY-TAG:ffff @10.53.0.1 >dig.out.ns1.test$n || ret=1
4079
dig_with_opts . dnskey +
ednsopt
=KEY-TAG:fffe +
ednsopt
=KEY-TAG:fffd @10.53.0.1 >dig.out.ns1.test$n || ret=1
Completed in 25 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026