Home
last modified time | relevance | path

Searched refs:SERVFAIL (Results 1 – 25 of 1096) sorted by relevance

12345678910>>...44

/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/cache.test/
H A Dclear.test.lua67 'a.b.subtree1.', kres.type.A, kres.rcode.SERVFAIL)
78 'a.b.subtree1.', kres.type.AAAA, kres.rcode.SERVFAIL)
80 'a.b.subtree1.', kres.type.A, kres.rcode.SERVFAIL)
82 'a.b.subtree1.', kres.type.TXT, kres.rcode.SERVFAIL)
101 'b.subtree1.', kres.type.A, kres.rcode.SERVFAIL)
103 'b.subtree1.', kres.type.TXT, kres.rcode.SERVFAIL)
105 'subtree1.', kres.type.TXT, kres.rcode.SERVFAIL)
164 'a.b.subtree1.', kres.type.NULL, kres.rcode.SERVFAIL)
172 '.', kres.type.NS, kres.rcode.SERVFAIL)
/dports/dns/unbound/unbound-1.14.0/testdata/auth_https.tdir/
H A Dauth_https.test11 if grep SERVFAIL outfile; then
15 if grep SERVFAIL outfile; then
20 if grep SERVFAIL outfile; then
25 if grep SERVFAIL outfile; then
30 if grep SERVFAIL outfile; then
35 if grep SERVFAIL outfile; then
/dports/dns/unbound/unbound-1.14.0/testdata/auth_axfr.tdir/
H A Dauth_axfr.test11 if grep SERVFAIL outfile; then
15 if grep SERVFAIL outfile; then
20 if grep SERVFAIL outfile; then
25 if grep SERVFAIL outfile; then
30 if grep SERVFAIL outfile; then
35 if grep SERVFAIL outfile; then
/dports/dns/unbound/unbound-1.14.0/testdata/zonemd_reload.tdir/
H A Dzonemd_reload.test11 if grep SERVFAIL outfile; then
15 if grep SERVFAIL outfile; then
20 if grep SERVFAIL outfile; then
25 if grep SERVFAIL outfile; then
30 if grep SERVFAIL outfile; then
35 if grep SERVFAIL outfile; then
/dports/dns/unbound/unbound-1.14.0/testdata/http_user_agent.tdir/
H A Dhttp_user_agent.test13 if grep SERVFAIL outfile; then
17 if grep SERVFAIL outfile; then
22 if grep SERVFAIL outfile; then
27 if grep SERVFAIL outfile; then
32 if grep SERVFAIL outfile; then
37 if grep SERVFAIL outfile; then
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/
H A Drcode.py29 SERVFAIL = 2 variable in Rcode
144 SERVFAIL = Rcode.SERVFAIL variable
/dports/dns/unbound/unbound-1.14.0/testdata/
H A Diter_pclame.rpl114 REPLY QR SERVFAIL
129 REPLY QR SERVFAIL
148 REPLY QR RD RA SERVFAIL
165 REPLY QR RD RA SERVFAIL
185 REPLY QR RD RA SERVFAIL
H A Diter_stublastresort.rpl145 REPLY QR AA SERVFAIL
155 REPLY QR AA SERVFAIL
164 REPLY QR AA SERVFAIL
212 REPLY QR AA SERVFAIL
229 REPLY QR SERVFAIL
248 REPLY QR RD RA SERVFAIL
H A Dfwd_0ttlservfail.rpl13 REPLY QR RD RA SERVFAIL
41 REPLY QR RD RA SERVFAIL
61 REPLY QR RD RA SERVFAIL
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/integration/testdata_notimpl/
H A Diter_stublastresort.rpl145 REPLY QR AA SERVFAIL
155 REPLY QR AA SERVFAIL
164 REPLY QR AA SERVFAIL
212 REPLY QR AA SERVFAIL
229 REPLY QR SERVFAIL
248 REPLY QR RD RA SERVFAIL
/dports/dns/knot-resolver/knot-resolver-5.4.3/distro/tests/ansible-roles/knot_resolver/tasks/
H A Dtest_dnssec.yaml10 - name: dnssec_test rhybar.cz. returns SERVFAIL
15 failed_when: '"status: SERVFAIL" not in res.stdout'
/dports/dns/getdns/getdns-1.5.2/stubby/src/
H A Dstubby.c355 #define SERVFAIL(error,r,msg,resp_p) do { \ macro
361 #define SERVFAIL(error,r,msg,resp_p) servfail(msg, resp_p) macro
456 SERVFAIL("Callback type not complete", in request_cb()
460 SERVFAIL("Missing response", 0, msg, &response); in request_cb()
464 SERVFAIL("Could not copy QID", r, msg, &response); in request_cb()
468 SERVFAIL("No reply in replies tree", 0, msg, &response); in request_cb()
474 SERVFAIL("DNSSEC status was bogus", 0, msg, &response); in request_cb()
486 SERVFAIL("Could not handle EDNS0", r, msg, &response); in request_cb()
496 SERVFAIL("Could not set AD bit", r, msg, &response); in request_cb()
501 SERVFAIL("Could not copy CD bit", r, msg, &response); in request_cb()
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/integration/deckard/sets/resolver/
H A Diter_lame_root.rpl13 REPLY QR RA SERVFAIL
30 REPLY QR RD RA SERVFAIL
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/hints/tests/
H A Dhints.test.lua41 'badname.lan', kres.type.A, kres.rcode.SERVFAIL)
43 'myname.lan', kres.type.AAAA, kres.rcode.SERVFAIL)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/
H A Drcode.py28 SERVFAIL = 2 variable
51 'SERVFAIL': SERVFAIL,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/
H A Drcode.py24 SERVFAIL = 2 variable
38 'SERVFAIL': SERVFAIL,
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/
H A Drcode.py22 SERVFAIL = 2 variable
36 'SERVFAIL' : SERVFAIL,
/dports/dns/py-dnspython/dnspython-1.16.0/dns/
H A Drcode.py28 SERVFAIL = 2 variable
51 'SERVFAIL': SERVFAIL,
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/dialup/
H A Dtests.sh30 if grep SERVFAIL dig.out.ns2.test > /dev/null
49 if grep SERVFAIL dig.out.ns3.test > /dev/null
/dports/dns/bind911/bind-9.11.37/bin/tests/system/dialup/
H A Dtests.sh30 if grep SERVFAIL dig.out.ns2.test > /dev/null
49 if grep SERVFAIL dig.out.ns3.test > /dev/null
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/dialup/
H A Dtests.sh29 if grep SERVFAIL dig.out.ns2.test > /dev/null
48 if grep SERVFAIL dig.out.ns3.test > /dev/null
/dports/dns/bind916/bind-9.16.27/bin/tests/system/dialup/
H A Dtests.sh32 if grep SERVFAIL dig.out.ns2.test > /dev/null
51 if grep SERVFAIL dig.out.ns3.test > /dev/null
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/dialup/
H A Dtests.sh32 if grep SERVFAIL dig.out.ns2.test > /dev/null
51 if grep SERVFAIL dig.out.ns3.test > /dev/null
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Dtsigerror.h141 static const TSIGError& SERVFAIL();
231 TSIGError::SERVFAIL() { in SERVFAIL() function
232 static TSIGError e(Rcode::SERVFAIL()); in SERVFAIL()
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DRcode.java26 public static final int SERVFAIL = 2; field in Rcode
79 rcodes.add(SERVFAIL, "SERVFAIL"); in rcodes.add() argument

12345678910>>...44