Home
last modified time | relevance | path

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

123456789

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconfig_reg.c97 LONG rcode; in _krb5_store_string_to_reg_value() local
147 rcode = RegSetValueEx(key, valuename, 0, type, data, cb_data); in _krb5_store_string_to_reg_value()
148 if (rcode) in _krb5_store_string_to_reg_value()
172 rcode = RegSetValueEx(key, valuename, 0, type, data, cb_data); in _krb5_store_string_to_reg_value()
173 if (rcode) in _krb5_store_string_to_reg_value()
194 rcode = RegSetValueEx(key, valuename, 0, type, (BYTE *)&dwData, sizeof(DWORD)); in _krb5_store_string_to_reg_value()
195 if (rcode) in _krb5_store_string_to_reg_value()
261 LONG rcode = ERROR_MORE_DATA; in _krb5_parse_reg_value_as_multi_string() local
277 rcode = RegQueryValueExA(key, valuename, NULL, &type, pbuffer, &cb_data); in _krb5_parse_reg_value_as_multi_string()
279 if (rcode == ERROR_SUCCESS && in _krb5_parse_reg_value_as_multi_string()
[all …]
/netbsd-src/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-src/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-src/external/mpl/dhcp/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-src/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-src/external/mpl/bind/dist/bin/tests/system/reclimit/ans7/
H A Dans.pl43 my ($rcode, @ans, @auth, @add);
57 $rcode = "NOERROR";
60 $rcode = "NOERROR";
62 $rcode = "REFUSED";
66 return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c281 int rcode; /* unfiltered reply code */ member
395 reply_header->rcode = NOERROR; in dns_neg_query()
416 switch (reply_header->rcode) { in dns_neg_query()
571 reply->rcode = reply_header->rcode; in dns_query()
1016 int *rcode, unsigned lflags) in dns_lookup_x() argument
1041 if (rcode) in dns_lookup_x()
1042 *rcode = NXDOMAIN; in dns_lookup_x()
1055 if (rcode) in dns_lookup_x()
1056 *rcode = NXDOMAIN; in dns_lookup_x()
1071 if (rcode) in dns_lookup_x()
[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-src/external/mpl/bind/dist/bin/tests/system/wildcard/
H A Dtests_wildcard.py36 import dns.rcode
/netbsd-src/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-src/external/mpl/bind/dist/lib/ns/
H A Dnotify.c48 dns_rcode_t rcode; in respond()
53 rcode = dns_result_torcode(result); in respond()
64 message->rcode = rcode; in respond()
65 if (rcode == dns_rcode_noerror) { in respond()
49 dns_rcode_t rcode; respond() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
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-src/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-src/external/mpl/bind/dist/bin/tests/system/digdelv/ans8/
H A Dans.py21 from dns.rcode import *
135 print(dns.rcode.to_text(rsp.rcode()))
174 print(dns.rcode.to_text(rsp.rcode()))
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Dinplace_callbacks.py77 def inplace_reply_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
105 def inplace_cache_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
155 def inplace_local_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
184 def inplace_servfail_callback(qinfo, qstate, rep, rcode, edns, opt_list_out, argument
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/
H A Dstat_values.test199 num.answer.rcode.NOERROR=1"
226 num.answer.rcode.NOERROR=1
264 num.answer.rcode.NOERROR=1"
280 num.answer.rcode.NOERROR=1
309 num.answer.rcode.REFUSED=1
335 num.answer.rcode.NOERROR=1
359 num.answer.rcode.NOERROR=1
384 num.answer.rcode.NXDOMAIN=1
411 num.answer.rcode.NOERROR=1
457 num.answer.rcode.NOERROR=1"
[all …]
/netbsd-src/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-src/external/mpl/bind/dist/bin/tests/system/forward/ans11/
H A Dans.py26 from dns.rcode import *
240 print(dns.rcode.to_text(rsp.rcode()))
264 print(dns.rcode.to_text(rsp.rcode()))
/netbsd-src/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,
H A Dlibworker.c530 res->rcode = LDNS_RCODE_SERVFAIL; in libworker_enter_result()
540 res->rcode = (int)FLAGS_GET_RCODE(rep->flags); in libworker_enter_result()
543 if(res->rcode == LDNS_RCODE_NXDOMAIN) in libworker_enter_result()
554 libworker_fillup_fg(struct ctx_query* q, int rcode, sldns_buffer* buf, in libworker_fillup_fg() argument
560 if(rcode != 0) { in libworker_fillup_fg()
561 q->res->rcode = rcode; in libworker_fillup_fg()
566 q->res->rcode = LDNS_RCODE_SERVFAIL; in libworker_fillup_fg()
580 libworker_fg_done_cb(void* arg, int rcode, sldns_buffer* buf, enum sec_status s, in libworker_fg_done_cb() argument
587 libworker_fillup_fg(q, rcode, buf, s, why_bogus, was_ratelimited); in libworker_fg_done_cb()
672 libworker_event_done_cb(void* arg, int rcode, sldns_buffer* buf, in libworker_event_done_cb() argument
[all …]
/netbsd-src/lib/libc/resolv/
H A Dres_query.c159 hp->rcode = NOERROR; /*%< default */ in res_nquery()
206 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
209 printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n", in res_nquery()
210 p_rcode(hp->rcode), in res_nquery()
215 switch (hp->rcode) { in res_nquery()
338 if (hp->rcode == SERVFAIL) { in res_nsearch()
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_query.c128 hp->rcode = NOERROR; /*%< default */ in res_nquery()
176 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { in res_nquery()
180 p_rcode(hp->rcode), in res_nquery()
185 switch (hp->rcode) { in res_nquery()
308 if (hp->rcode == SERVFAIL) { in res_nsearch()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dredirect-bogus.patch65 rcode = LDNS_RCODE_SERVFAIL;
73 } else if(rcode) {
76 - if(rcode == LDNS_RCODE_SERVFAIL) {
78 - rep, rcode, &r->edns, m->s.region))
81 - if(!inplace_cb_reply_call(m->s.env, &m->s.qinfo, &m->s, rep, rcode,
98 + if(rcode == LDNS_RCODE_SERVFAIL) {
101 + rep, rcode, &r->edns, m->s.region))
105 + &m->s, rep, rcode, &r->edns,
109 + error_encode(r->query_reply.c->buffer, rcode,
112 - error_encode(r->query_reply.c->buffer, rcode, &m->s.qinfo,
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drcode.h1 /* $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.

123456789