HomeSort by: relevance | last modified time | path
    Searched defs:rcode (Results 1 - 25 of 159) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/mpl/bind/dist/bin/tests/system/randomizens/
tests_randomizens.py 12 import dns.rcode namespace
21 if msg.rcode() == dns.rcode.NOERROR:
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans6/
ans.py 15 import dns.rcode namespace
34 server = AsyncDnsServer(default_aa=True, default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/dispatch/ans3/
ans.py 15 import dns.rcode namespace
38 server = AsyncDnsServer(default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans7/
ans.py 14 import dns.rcode namespace
57 qctx.response.set_rcode(dns.rcode.SERVFAIL)
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests_dnstap.py 17 import dns.rcode namespace
39 res = isctest.query.tcp(msg, "10.53.0.2", expected_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/fetchlimit/ans4/
ans.py 16 import dns.rcode namespace
44 default_aa=True, default_rcode=dns.rcode.NOERROR
  /src/external/mpl/bind/dist/bin/tests/system/forward/ans6/
ans.py 17 import dns.rcode namespace
78 default_rcode=dns.rcode.NOERROR, default_aa=True
  /src/external/mpl/bind/dist/bin/tests/system/rpzextra/
tests_rpzextra.py 16 import dns.rcode namespace
31 "qname,source,rcode",
37 ("baddomain.", "10.53.0.1", dns.rcode.NXDOMAIN),
38 ("gooddomain.", "10.53.0.1", dns.rcode.NOERROR),
39 ("allowed.", "10.53.0.1", dns.rcode.NOERROR),
44 ("baddomain.", "10.53.0.2", dns.rcode.NOERROR),
45 ("gooddomain.", "10.53.0.2", dns.rcode.NOERROR),
46 ("allowed.", "10.53.0.2", dns.rcode.NXDOMAIN),
51 ("baddomain.", "10.53.0.3", dns.rcode.NOERROR),
52 ("gooddomain.", "10.53.0.3", dns.rcode.NOERROR)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ans5/
ans.py 16 import dns.rcode namespace
54 server = AsyncDnsServer(default_aa=True, default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/statistics/ans4/
ans.py 16 import dns.rcode namespace
52 server = AsyncDnsServer(default_rcode=dns.rcode.NOERROR, default_aa=False)
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ans9/
ans.py 16 import dns.rcode namespace
109 default_aa=True, default_rcode=dns.rcode.NOERROR
  /src/external/mpl/bind/dist/bin/tests/system/zero/ans5/
ans.py 18 import dns.rcode namespace
53 server = AsyncDnsServer(default_aa=True, default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/srtt/ans2/
ans.py 14 import dns.rcode namespace
27 server = AsyncDnsServer(default_aa=True, default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/srtt/ans3/
ans.py 14 import dns.rcode namespace
27 server = AsyncDnsServer(default_aa=True, default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/srtt/ans4/
ans.py 14 import dns.rcode namespace
27 server = AsyncDnsServer(default_aa=True, default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/srtt/ans5/
ans.py 14 import dns.rcode namespace
27 server = AsyncDnsServer(default_aa=True, default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/cipher_suites/
tests_cipher_suites.py 12 import dns.rcode namespace
38 "qname,ns,rcode",
40 ("example.", 2, dns.rcode.NOERROR),
41 ("example.", 3, dns.rcode.NOERROR),
42 ("example.", 4, dns.rcode.NOERROR),
43 ("example-aes-128.", 2, dns.rcode.NOERROR),
44 ("example-aes-256.", 3, dns.rcode.NOERROR),
48 dns.rcode.NOERROR,
51 ("example-aes-256", 2, dns.rcode.SERVFAIL),
55 dns.rcode.SERVFAIL
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dialup/
tests_dialup_zone_transfer.py 14 import dns.rcode namespace
40 if response.rcode() != dns.rcode.SERVFAIL:
  /src/external/mpl/bind/dist/bin/tests/system/qpcache_rrsig_any/ans3/
ans.py 23 import dns.rcode namespace
50 qctx.response.set_rcode(dns.rcode.NOERROR)
  /src/external/bsd/libbind/dist/bsd/
writev.c 46 int i, rcode = 0, count = 0; local
49 rcode = write(fd, tv->iov_base, tv->iov_len);
51 if (rcode < 0)
54 count += rcode;
58 return (rcode);
  /src/external/ibm-public/postfix/dist/src/dns/
test_dns_lookup.c 76 int rcode; local
121 &rcode, lflags, types)) {
123 msg_warn("%s (rcode=%d)", vstring_str(why), rcode);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
result.c 135 "unexpected RCODE", /*%< 89 DNS_R_UNEXPECTEDRCODE */
333 "<rcode 11>", /*%< 11 DNS_R_RCODE11 */
334 "<rcode 12>", /*%< 12 DNS_R_RCODE12 */
335 "<rcode 13>", /*%< 13 DNS_R_RCODE13 */
336 "<rcode 14>", /*%< 14 DNS_R_RCODE14 */
338 "<rcode 15>", /*%< 15 DNS_R_RCODE15 */
403 dns_rcode_t rcode = dns_rcode_servfail; local
414 * Try to supply an appropriate rcode.
418 rcode = dns_rcode_noerror;
442 rcode = dns_rcode_formerr
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/
bailiwick_ans.py 17 import dns.rcode namespace
73 qctx.response.set_rcode(dns.rcode.SERVFAIL)
86 qctx.response.set_rcode(dns.rcode.SERVFAIL)
98 server = ControllableAsyncDnsServer(default_rcode=dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/chain/ans3/
ans.py 17 import dns.rcode namespace
92 qctx.response.set_rcode(dns.rcode.NOERROR)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans5/
ans.py 16 import dns.rcode namespace
80 qctx.response.set_rcode(dns.rcode.SERVFAIL)
98 default_aa=True, default_rcode=dns.rcode.NOERROR

Completed in 19 milliseconds

1 2 3 4 5 6 7