OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notcp
(Results
1 - 11
of
11
) sorted by relevancy
/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
135
$DIG $DIGOPTS +edns @10.53.0.3 dropedns-
notcp
soa >dig.out.1.test$n && ret=1
138
$DIG $DIGOPTS +noedns +tcp @10.53.0.3 dropedns-
notcp
soa >dig.out.2.test$n && ret=1
140
$DIG $DIGOPTS +noedns @10.53.0.3 dropedns-
notcp
soa >dig.out.3.test$n || ret=1
149
resolution_fails dropedns-
notcp
. || ret=1
175
$DIG $DIGOPTS +edns @10.53.0.5 plain-
notcp
soa >dig.out.1.test$n || ret=1
178
$DIG $DIGOPTS +edns +tcp @10.53.0.5 plain-
notcp
soa >dig.out.2.test$n && ret=1
186
resolution_succeeds plain-
notcp
. || 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=
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/proxy/
tests.sh
68
run_dig_test_expect_success "$message (UDP)" -p "${EXTRAPORT1}" -b 10.53.0.10 @10.53.0.1 +
notcp
"+proxy=$proxy_addrs" "$@"
75
run_dig_test_expect_success "$message (UDP, IPv6)" -p "${EXTRAPORT1}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::1 +
notcp
"+proxy=$proxy_addrs" "$@"
89
run_dig_test_expect_failure "$message (UDP)" -p "${EXTRAPORT1}" -b 10.53.0.10 @10.53.0.1 +
notcp
"+proxy=$proxy_addrs" "$@"
96
run_dig_test_expect_failure "$message (UDP, IPv6)" -p "${EXTRAPORT1}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::1 +
notcp
"+proxy=$proxy_addrs" "$@"
108
run_dig_test_expect_success "$testing: allow-proxy expect success (UDP)" -p "${EXTRAPORT1}" -b 10.53.0.10 @10.53.0.1 +
notcp
+proxy NS example0
116
run_dig_test_expect_success "$testing: allow-proxy expect success (UDP, IPv6)" -p "${EXTRAPORT1}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::1 +
notcp
+proxy NS example0
125
run_dig_test_expect_failure "$testing: allow-proxy expect failure (UDP)" -p "${EXTRAPORT1}" -b 10.53.0.11 @10.53.0.1 +
notcp
+proxy NS example0
133
run_dig_test_expect_failure "$testing: allow-proxy expect failure (UDP, IPv6)" -p "${EXTRAPORT1}" -b fd92:7065:b8e:ffff::11 @fd92:7065:b8e:ffff::1 +
notcp
+proxy NS example0
142
run_dig_test_expect_failure "$testing: allow-proxy-on expect failure (UDP)" -p "${EXTRAPORT1}" -b 10.53.0.10 @10.53.0.2 +
notcp
+proxy NS example0
150
run_dig_test_expect_failure "$testing: allow-proxy-on expect failure (UDP, IPv6)" -p "${EXTRAPORT1}" -b fd92:7065:b8e:ffff::10 @fd92:7065:b8e:ffff::2 +
notcp
+proxy NS example
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/ixfr/
tests.sh
357
echo_i "test 'dig +
notcp
ixfr=<value>' vs 'dig ixfr=<value> +
notcp
' vs 'dig ixfr=<value>' ($n)"
360
$DIG $DIGOPTS +
notcp
ixfr=1 test @10.53.0.4 >dig.out1.test$n || ret=1
361
$DIG $DIGOPTS ixfr=1 +
notcp
test @10.53.0.4 >dig.out2.test$n || ret=1
401
$DIG $DIGOPTS ixfr=1 +
notcp
test @10.53.0.5 >dig.out2.test$n || ret=1
415
$DIG $DIGOPTS ixfr=3 +
notcp
test @10.53.0.5 >dig.out2.test$n || ret=1
427
$DIG $DIGOPTS ixfr=4 +
notcp
test @10.53.0.5 >dig.out2.test$n || ret=1
/src/external/mpl/bind/dist/bin/tests/system/cookie/
tests.sh
386
$DIG $DIGOPTS @10.53.0.9 +
notcp
tld >dig.out.test$n.1 || ret=1
393
$DIG $DIGOPTS @10.53.0.9 +
notcp
tcponly.tld >dig.out.test$n.2 || ret=1
400
$DIG $DIGOPTS @10.53.0.9 +
notcp
nocookie.tld >dig.out.test$n.3 || ret=1
407
$DIG $DIGOPTS @10.53.0.9 +
notcp
withtsig.tld >dig.out.test$n.4 || ret=1
518
$DIG $DIGOPTS @10.53.0.10 -y $key +
notcp
tsig. >dig.out.test$n.1 || ret=1
525
$DIG $DIGOPTS @10.53.0.10 -y $key +
notcp
tcponly.tsig >dig.out.test$n.2 || ret=1
532
$DIG $DIGOPTS @10.53.0.10 -y $key +
notcp
nocookie.tsig >dig.out.test$n.3 || ret=1
/src/external/mpl/bind/dist/bin/tests/system/statistics/
tests.sh
178
$DIGCMD +
notcp
+recurse @10.53.0.3 soa . >dig.out.test$n.1 2>&1
179
$DIGCMD +
notcp
+recurse @10.53.0.3 soa example >dig.out.test$n.2 2>&1
/src/external/mpl/bind/dist/bin/tests/system/additional/
tests.sh
295
$DIG $DIGOPTS -t ANY +
notcp
www.rt.example @10.53.0.1 >dig.out.$n || ret=1
315
$DIG $DIGOPTS -t ANY +
notcp
www.rt.example @10.53.0.1 >dig.out.$n || ret=1
/src/external/mpl/bind/dist/bin/named/
main.c
146
static bool
notcp
= false;
variable
749
} else if (!strcmp(option, "
notcp
")) {
750
notcp
= true;
1373
if (
notcp
) {
/src/external/mpl/bind/dist/bin/tests/system/upforwd/
tests.sh
513
$DIG -p ${PORT} +noadd +
notcp
+noauth noprimary. @10.53.0.3 soa >dig.out.ns3.test$n.$count || ret=1
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests.sh
426
echo_i "checking dig +
notcp
@IPv4addr -6 A a.example ($n)"
429
dig_with_opts +
notcp
@10.53.0.2 -6 A a.example >dig.out.test$n 2>&1 || ret=1
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh
4746
dig_with_opts +
notcp
@10.53.0.10 nsec-rrsigs-stripped. TXT +dnssec >dig.out.ns10.test$n
Completed in 42 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026