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

1 2 3 4 5 6 7 8 91011

  /src/external/mpl/bind/dist/bin/tests/system/cipher_suites/
tests_cipher_suites.py 14 import dns.rcode namespace
40 "qname,ns,rcode",
42 ("example.", 2, dns.rcode.NOERROR),
43 ("example.", 3, dns.rcode.NOERROR),
44 ("example.", 4, dns.rcode.NOERROR),
45 ("example-aes-128.", 2, dns.rcode.NOERROR),
46 ("example-aes-256.", 3, dns.rcode.NOERROR),
50 dns.rcode.NOERROR,
53 ("example-aes-256", 2, dns.rcode.SERVFAIL),
57 dns.rcode.SERVFAIL
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/qmin/ans3/
ans.py 14 import dns.rcode namespace
27 rcode = dns.rcode.NXDOMAIN variable in class:ZoopBoingBadHandler
32 rcode = dns.rcode.FORMERR variable in class:ZoopBoingUglyHandler
  /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/apache2/mDNSResponder/dist/ServiceRegistration/
dso-utils.h 21 void dso_simple_response(comm_t *NONNULL comm, message_t *NULLABLE message, const dns_wire_t *NONNULL wire, int rcode);
23 int rcode, uint32_t milliseconds);
  /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/lib/dns/include/dns/
rcode.h 1 /* $NetBSD: rcode.h,v 1.7 2025/01/26 16:25:28 christos Exp $ */
18 /*! \file dns/rcode.h */
42 dns_rcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
44 * Put a textual representation of error 'rcode' into 'target'.
47 *\li 'rcode' is a valid rcode.
76 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
78 * Put a textual representation of TSIG/TKEY error 'rcode' into 'target'.
81 *\li 'rcode' is a valid TSIG/TKEY error code.
result.h 31 dns_result_fromrcode(dns_rcode_t rcode);
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rcode.h 1 /* $NetBSD: rcode.h,v 1.1 2024/02/18 20:57:37 christos Exp $ */
19 /*! \file dns/rcode.h */
43 dns_rcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
45 * Put a textual representation of error 'rcode' into 'target'.
48 *\li 'rcode' is a valid rcode.
77 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
79 * Put a textual representation of TSIG/TKEY error 'rcode' into 'target'.
82 *\li 'rcode' is a valid TSIG/TKEY error code.
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans8/
ans.pl 49 my ($rcode, @ans, @auth, @add);
61 $rcode = "NOERROR";
62 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
69 $rcode = "NOERROR";
70 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
83 $rcode = "NOERROR";
92 $rcode = "NOERROR";
101 $rcode = "NOERROR";
105 $rcode = "NXDOMAIN";
109 return ($rcode, \@ans, \@auth, \@add, { aa => 1 })
    [all...]
  /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/serve_stale/ans2/
ans.pl 89 my ($rcode, @ans, @auth, @add);
102 $rcode = "NOERROR";
103 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
110 $rcode = "NOERROR";
111 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
119 $rcode = "NOERROR";
120 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
141 $rcode = "NOERROR";
155 $rcode = "NOERROR";
159 $rcode = "NOERROR"
    [all...]
  /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/mpl/bind/dist/bin/tests/system/reclimit/ans7/
ans.pl 43 my ($rcode, @ans, @auth, @add);
57 $rcode = "NOERROR";
60 $rcode = "NOERROR";
62 $rcode = "REFUSED";
66 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
  /src/external/mpl/bind/dist/bin/tests/system/dialup/
tests_dialup_zone_transfer.py 14 import dns.rcode namespace
38 if response.rcode() != dns.rcode.SERVFAIL:
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/
ans.py 20 import dns.rcode namespace
49 def rcode(self) -> dns.rcode.Rcode: member in class:HeaderOnlyHandler
50 return dns.rcode.NOERROR
58 message.set_rcode(self.rcode)
65 rcode = dns.rcode.REFUSED variable in class:RefusedOnTcpHandler
84 rcode = dns.rcode.FORMER variable in class:FormerrToAllHandler
109 rcode = dns.rcode.REFUSED variable in class:TcpalsoNoQuestionsHandler
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/qmin/
qmin_ans.py 18 import dns.rcode namespace
60 preparing responses, but override the RCODE returned for empty
67 def rcode(self) -> dns.rcode.Rcode: member in class:EntRcodeChanger
78 qctx.response.rcode() == dns.rcode.NOERROR
84 qctx.response.set_rcode(self.rcode)
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
dnssec_update_test.pl 75 my $rcode = $reply->header->rcode;
76 assert($rcode eq $expected, "expected $expected, got $rcode");
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
check.py 22 import dns.rcode namespace
29 def rcode(message: dns.message.Message, expected_rcode) -> None: function
30 assert message.rcode() == expected_rcode, str(message)
34 rcode(message, dns.rcode.NOERROR)
38 rcode(message, dns.rcode.NOTIMP)
42 rcode(message, dns.rcode.REFUSED)
46 rcode(message, dns.rcode.SERVFAIL
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/qmin/ans4/
ans.py 16 import dns.rcode namespace
79 rcode = dns.rcode.NXDOMAIN variable in class:IckyPtangZoopBoingBadHandler
84 rcode = dns.rcode.FORMERR variable in class:IckyPtangZoopBoingUglyHandler
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_reg.c 97 LONG rcode; local
147 rcode = RegSetValueEx(key, valuename, 0, type, data, cb_data);
148 if (rcode)
172 rcode = RegSetValueEx(key, valuename, 0, type, data, cb_data);
173 if (rcode)
194 rcode = RegSetValueEx(key, valuename, 0, type, (BYTE *)&dwData, sizeof(DWORD));
195 if (rcode)
261 LONG rcode = ERROR_MORE_DATA; local
277 rcode = RegQueryValueExA(key, valuename, NULL, &type, pbuffer, &cb_data);
279 if (rcode == ERROR_SUCCESS &
502 LONG rcode; local
533 LONG rcode; local
600 LONG rcode; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.pl 63 my ($rcode, @ans, @auth, @add, $wait);
78 $rcode = "NOERROR";
83 $rcode = "NOERROR";
91 $rcode = "NOERROR";
108 $rcode = "NOERROR";
124 $rcode = "NOERROR";
131 $rcode = "NOERROR";
141 $rcode = "NOERROR";
143 $rcode = "NXDOMAIN";
146 return ($rcode, \@ans, \@auth, \@add, $wait)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
ans.pl 63 my ($rcode, @ans, @auth, @add, $wait);
78 $rcode = "NOERROR";
83 $rcode = "NOERROR";
92 $rcode = "NOERROR";
107 $rcode = "NOERROR";
124 $rcode = "NOERROR";
132 $rcode = "NOERROR";
144 $rcode = "NOERROR";
146 $rcode = "NXDOMAIN";
150 return ($rcode, \@ans, \@auth, \@add, $wait)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/qmin/ans2/
ans.py 17 import dns.rcode namespace
43 rcode = dns.rcode.NXDOMAIN variable in class:BadHandler
48 rcode = dns.rcode.FORMERR variable in class:UglyHandler
69 response.set_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)

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011