Home
last modified time | relevance | path

Searched refs:rcode (Results 1 – 25 of 238) sorted by relevance

12345678910

/netbsd/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/
H A Dans.pl89 $rcode = "NOERROR";
97 $rcode = "NOERROR";
106 $rcode = "NOERROR";
128 $rcode = "NOERROR";
142 $rcode = "NOERROR";
146 $rcode = "NOERROR";
155 $rcode = "NOERROR";
164 $rcode = "NOERROR";
173 $rcode = "NOERROR";
186 $rcode = "NOERROR";
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconfig_reg.c97 LONG rcode; in _krb5_store_string_to_reg_value() local
148 if (rcode) in _krb5_store_string_to_reg_value()
173 if (rcode) in _krb5_store_string_to_reg_value()
195 if (rcode) in _krb5_store_string_to_reg_value()
287 if (rcode != ERROR_MORE_DATA && rcode != ERROR_SUCCESS) in _krb5_parse_reg_value_as_multi_string()
344 if (rcode != ERROR_SUCCESS) { in _krb5_parse_reg_value_as_multi_string()
502 LONG rcode; in parse_reg_values() local
513 if (rcode != ERROR_SUCCESS) in parse_reg_values()
533 LONG rcode; in parse_reg_subkeys() local
600 LONG rcode; in load_config_from_regpath() local
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
H A Dans.pl63 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 …]
/netbsd/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
H A Dans.pl63 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 …]
/netbsd/external/mpl/bind/dist/bin/tests/system/chain/ans3/
H A Dans.pl43 my ($rcode, @ans, @auth, @add);
58 $rcode = "NOERROR";
66 $rcode = "NOERROR";
72 $rcode = "NOERROR";
78 $rcode = "NOERROR";
84 $rcode = "NOERROR";
100 $rcode = "NOERROR";
106 $rcode = "NOERROR";
112 $rcode = "NOERROR";
114 $rcode = "REFUSED";
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dresult.c403 dns_rcode_t rcode = dns_rcode_servfail; in dns_result_torcode() local
418 rcode = dns_rcode_noerror; in dns_result_torcode()
442 rcode = dns_rcode_formerr; in dns_result_torcode()
445 rcode = dns_rcode_refused; in dns_result_torcode()
449 rcode = dns_rcode_notauth; in dns_result_torcode()
452 rcode = dns_rcode_servfail; in dns_result_torcode()
455 return (rcode); in dns_result_torcode()
/netbsd/external/mpl/bind/dist/bin/tests/system/checkds/
H A Dtests_checkds.py27 import dns.rcode
112 if response.rcode() == dns.rcode.NOERROR:
134 dns.rcode.to_text(response.rcode()), zone, addr
166 elif response.rcode() == dns.rcode.NOERROR:
171 dns.rcode.to_text(response.rcode()), zone, addr
187 elif transfer.rcode() == dns.rcode.NOERROR:
192 dns.rcode.to_text(transfer.rcode()), zone, addr
/netbsd/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c567 reply->rcode = reply_header->rcode; in dns_query()
1023 if (rcode) in dns_lookup_x()
1024 *rcode = NXDOMAIN; in dns_lookup_x()
1037 if (rcode) in dns_lookup_x()
1038 *rcode = NXDOMAIN; in dns_lookup_x()
1053 if (rcode) in dns_lookup_x()
1054 *rcode = reply.rcode; in dns_lookup_x()
1160 if (rcode) \ in dns_lookup_rl()
1161 hpref_rcode = *rcode; \ in dns_lookup_rl()
1172 if (rcode) \ in dns_lookup_rl()
[all …]
H A Dtest_dns_lookup.c76 int rcode; in main() local
118 &rcode, lflags, types)) { in main()
120 msg_warn("%s (rcode=%d)", vstring_str(why), rcode); in main()
/netbsd/external/mpl/bind/dist/bin/tests/system/reclimit/ans7/
H A Dans.pl38 my ($rcode, @ans, @auth, @add);
52 $rcode = "NOERROR";
55 $rcode = "NOERROR";
57 $rcode = "REFUSED";
61 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
/netbsd/external/bsd/libbind/dist/bsd/
H A Dwritev.c46 int i, rcode = 0, count = 0; in __writev() local
49 rcode = write(fd, tv->iov_base, tv->iov_len); in __writev()
51 if (rcode < 0) in __writev()
54 count += rcode; in __writev()
58 return (rcode); in __writev()
/netbsd/external/mpl/bind/dist/bin/tests/system/wildcard/
H A Dtests_wildcard.py37 import dns.rcode
89 assert answer.rcode() == dns.rcode.NOERROR, str(answer)
101 assert answer.rcode() == dns.rcode.NOERROR, str(answer)
/netbsd/external/mpl/bind/dist/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl75 my $rcode = $reply->header->rcode;
76 assert($rcode eq $expected, "expected $expected, got $rcode");
/netbsd/external/mpl/bind/dist/bin/tests/system/stress/
H A Dupdate.pl80 my $rcode = $reply->header->rcode;
81 assert($rcode eq $expected, "expected $expected, got $rcode");
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dnotify.c48 dns_rcode_t rcode; in respond() local
53 rcode = dns_result_torcode(result); in respond()
64 message->rcode = rcode; in respond()
65 if (rcode == dns_rcode_noerror) { in respond()
/netbsd/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dgeneric_dnspython.py16 import dns.rcode
32 assert ans.rcode() == dns.rcode.NOERROR
39 assert ans.rcode() == dns.rcode.NOERROR
/netbsd/external/mpl/bind/dist/bin/dig/
H A Dhost.c89 rcode_totext(dns_rcode_t rcode) { in rcode_totext() argument
96 if (rcode >= (sizeof(rcodetext) / sizeof(rcodetext[0]))) { in rcode_totext()
97 snprintf(buf, sizeof(buf), "?%u", rcode); in rcode_totext()
100 totext.consttext = rcodetext[rcode]; in rcode_totext()
408 if (msg->rcode != 0) { in printmessage()
415 (msg->rcode != dns_rcode_nxdomain) in printmessage()
418 msg->rcode, rcode_totext(msg->rcode)); in printmessage()
421 (msg->rcode != dns_rcode_nxdomain) in printmessage()
424 msg->rcode, rcode_totext(msg->rcode)); in printmessage()
464 opcodetext[msg->opcode], rcode_totext(msg->rcode), in printmessage()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dccmp.c134 get_compare_parts (tree t, int *up, rtx_code *rcode, in get_compare_parts() argument
143 *rcode = get_rtx_code (code, *up); in get_compare_parts()
151 *rcode = NE; in get_compare_parts()
167 rtx_code rcode; in expand_ccmp_next() local
171 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2); in expand_ccmp_next()
172 return targetm.gen_ccmp_next (prep_seq, gen_seq, prev, rcode, in expand_ccmp_next()
H A Dccmp.cc134 get_compare_parts (tree t, int *up, rtx_code *rcode, in get_compare_parts() argument
143 *rcode = get_rtx_code (code, *up); in get_compare_parts()
151 *rcode = NE; in get_compare_parts()
167 rtx_code rcode; in expand_ccmp_next() local
171 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2); in expand_ccmp_next()
172 return targetm.gen_ccmp_next (prep_seq, gen_seq, prev, rcode, in expand_ccmp_next()
H A Doptabs-tree.cc436 enum rtx_code rcode = get_rtx_code_1 (code, TYPE_UNSIGNED (value_type)); in vec_cmp_icode_p() local
437 if (rcode == UNKNOWN) in vec_cmp_icode_p()
440 return can_vec_cmp_compare_p (rcode, TYPE_MODE (value_type), in vec_cmp_icode_p()
476 enum rtx_code rcode = get_rtx_code_1 (code, TYPE_UNSIGNED (cmp_op_type)); in vcond_icode_p() local
477 if (rcode == UNKNOWN) in vcond_icode_p()
480 return can_vcond_compare_p (rcode, TYPE_MODE (value_type), in vcond_icode_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dccmp.c134 get_compare_parts (tree t, int *up, rtx_code *rcode, in get_compare_parts() argument
143 *rcode = get_rtx_code (code, *up); in get_compare_parts()
151 *rcode = NE; in get_compare_parts()
167 rtx_code rcode; in expand_ccmp_next() local
171 get_compare_parts(op, &unsignedp, &rcode, &rhs1, &rhs2); in expand_ccmp_next()
172 return targetm.gen_ccmp_next (prep_seq, gen_seq, prev, rcode, in expand_ccmp_next()
/netbsd/external/mpl/bind/dist/bin/tests/system/cookie/ans9/
H A Dans.py33 from dns.rcode import *
262 print(dns.rcode.to_text(rsp.rcode()))
268 print(dns.rcode.to_text(rsp.rcode()))
292 print(dns.rcode.to_text(rsp.rcode()))
/netbsd/external/bsd/unbound/dist/pythonmod/examples/
H A Dinplace_callbacks.py74 def inplace_reply_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
102 def inplace_cache_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
152 def inplace_local_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
181 def inplace_servfail_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
/netbsd/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_ssl.c71 int rcode = in ssl_module_init() local
76 ERR_raise_data(ERR_LIB_CONF, rcode, "section=%s", ssl_conf_section); in ssl_module_init()
91 int rcode = in ssl_module_init() local
96 ERR_raise_data(ERR_LIB_CONF, rcode, in ssl_module_init()
/netbsd/external/bsd/unbound/dist/libunbound/
H A Dworker.h92 void libworker_fg_done_cb(void* arg, int rcode, sldns_buffer* buf,
96 void libworker_bg_done_cb(void* arg, int rcode, sldns_buffer* buf,
100 void libworker_event_done_cb(void* arg, int rcode, struct sldns_buffer* buf,

12345678910