Symbol: LDNS_RCODE_NOERROR
sbin/unwind/frontend.c
1082
if (rcode != LDNS_RCODE_NOERROR) {
sbin/unwind/frontend.c
1139
LDNS_RCODE_SET(sldns_buffer_begin(pq->abuf), LDNS_RCODE_NOERROR);
sbin/unwind/frontend.c
1204
return (LDNS_RCODE_NOERROR);
sbin/unwind/frontend.c
778
case LDNS_RCODE_NOERROR:
sbin/unwind/frontend.c
789
if (rcode != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/dns64/dns64.c
983
if(qstate->return_rcode != LDNS_RCODE_NOERROR
sbin/unwind/libunbound/dns64/dns64.c
998
if (super->return_rcode != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iter_resptype.c
143
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iter_scrub.c
1000
LDNS_RCODE_NOERROR && !soa_in_auth(msg) &&
sbin/unwind/libunbound/iterator/iter_scrub.c
1092
if((FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/iterator/iter_scrub.c
434
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/iterator/iter_scrub.c
638
(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
sbin/unwind/libunbound/iterator/iter_scrub.c
653
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/iterator/iter_scrub.c
661
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR
sbin/unwind/libunbound/iterator/iter_scrub.c
674
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
sbin/unwind/libunbound/iterator/iter_scrub.c
698
LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/iterator/iter_utils.c
1163
return !(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/iterator/iterator.c
1458
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
2662
LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iterator.c
2897
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
331
LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/iterator/iterator.c
3330
LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/iterator/iterator.c
3577
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
3711
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/iterator/iterator.c
3766
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
3820
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/iterator/iterator.c
3917
if(qstate->return_rcode != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iterator.c
3953
if(qstate->return_rcode != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/iterator/iterator.c
4176
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
4200
else if(qstate->return_rcode != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iterator.c
4340
if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/iterator/iterator.c
4347
LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/libunbound/libworker.c
627
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/libunbound/libworker.c
637
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/libunbound/libworker.c
709
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/libunbound/libworker.c
718
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/respip/respip.c
1191
if((tgt_rcode != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/respip/respip.c
1247
qstate->return_rcode != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/respip/respip.c
782
LDNS_RCODE_NXDOMAIN:LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/services/authzone.c
4318
if(LDNS_RCODE_WIRE(sldns_buffer_begin(pkt)) != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/authzone.c
5710
if(rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
5720
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
5793
if(LDNS_RCODE_WIRE(wire) != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
6773
if(rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
6783
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
8321
} else if(rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
8330
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/cache/dns.c
1094
LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/services/localzone.c
1514
&r, 1, LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1608
LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1611
LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1689
LDNS_RCODE_NOERROR:LDNS_RCODE_NXDOMAIN;
sbin/unwind/libunbound/services/localzone.c
1705
LDNS_RCODE_NOERROR, (LDNS_RCODE_NOERROR|BIT_AA),
sbin/unwind/libunbound/services/localzone.c
1744
&lrr, 1, LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1748
temp, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/services/localzone.c
1749
(LDNS_RCODE_NOERROR|BIT_AA), -1, NULL);
sbin/unwind/libunbound/services/localzone.c
1758
int rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/services/mesh.c
1016
mstate->s.return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/services/mesh.c
1318
if(!rep && rcode == LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/mesh.c
1350
LDNS_RCODE_NOERROR, &r->edns, NULL, m->s.region, start_time) ||
sbin/unwind/libunbound/services/mesh.c
1361
(*r->cb)(r->cb_arg, LDNS_RCODE_NOERROR, r->buf,
sbin/unwind/libunbound/services/mesh.c
1455
if(!rep && rcode == LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/mesh.c
1538
LDNS_RCODE_NOERROR, &r->edns, &r->query_reply, m->s.region, &r->start_time) ||
sbin/unwind/libunbound/services/mesh.c
2101
if(s == module_error && mstate->s.return_rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/mesh.c
2434
if(!msg || (FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR
sbin/unwind/libunbound/services/mesh.c
2542
mesh_send_reply(mstate, LDNS_RCODE_NOERROR, msg->rep,
sbin/unwind/libunbound/services/mesh.c
2591
mesh_do_callback(mstate, LDNS_RCODE_NOERROR, msg->rep, c, &tv);
sbin/unwind/libunbound/services/outside_network.c
3026
== LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/services/outside_network.c
3135
LDNS_RCODE_NOERROR || LDNS_RCODE_WIRE(
sbin/unwind/libunbound/services/outside_network.c
3249
if(LDNS_RCODE_WIRE(sldns_buffer_begin(buf)) != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/outside_network.c
3365
sldns_buffer_begin(c->buffer)) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/services/rpz.c
1850
int rcode = LDNS_RCODE_NOERROR|BIT_AA;
sbin/unwind/libunbound/services/rpz.c
1967
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
2031
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
2195
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/sldns/wire2str.c
88
{ LDNS_RCODE_NOERROR, "NOERROR" },
sbin/unwind/libunbound/util/data/msgencode.c
1019
(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/util/data/msgencode.c
638
if (FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/util/data/msgencode.c
669
if(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/util/data/msgencode.c
672
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/util/data/msgparse.c
1150
return LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/util/data/msgparse.c
1239
return LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/util/data/msgreply.c
185
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/util/data/msgreply.c
198
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/validator/val_neg.c
1394
int rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/validator/val_neg.c
1510
if(rcode == LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/validator/val_utils.c
104
if(rcode != LDNS_RCODE_NOERROR && rcode != LDNS_RCODE_NXDOMAIN)
sbin/unwind/libunbound/validator/val_utils.c
111
if(rcode == LDNS_RCODE_NOERROR && rep->an_numrrsets == 0)
sbin/unwind/libunbound/validator/val_utils.c
119
if(rcode == LDNS_RCODE_NOERROR && qinf->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/validator/val_utils.c
126
if(rcode == LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/validator/val_utils.c
148
if(rcode == LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/validator/val_utils.c
79
rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/validator/val_utils.c
97
rep->an_numrrsets == 1 && rcode == LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/validator/validator.c
1314
*rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/validator/validator.c
1330
*rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/validator/validator.c
2109
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/validator/validator.c
2125
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/validator/validator.c
2627
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/validator/validator.c
286
if(!qstate->return_msg || qstate->return_rcode != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/validator/validator.c
2894
if(rcode != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/validator/validator.c
3107
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/validator/validator.c
3266
if(rcode == LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/validator/validator.c
3386
if(rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/validator/validator.c
413
if(ret_rc != LDNS_RCODE_NOERROR || !ret_msg)
sbin/unwind/libunbound/validator/validator.c
417
if(rcode != LDNS_RCODE_NOERROR && rcode != LDNS_RCODE_NXDOMAIN) {
sbin/unwind/libunbound/validator/validator.c
429
rcode == LDNS_RCODE_NOERROR && ret_msg &&
sbin/unwind/resolver.c
1624
} else if (rcode == LDNS_RCODE_NOERROR &&
sbin/unwind/resolver.c
1625
LDNS_RCODE_WIRE((uint8_t*)answer_packet) == LDNS_RCODE_NOERROR) {
sbin/unwind/resolver.c
1984
if (result->rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/cachedb/cachedb.c
398
LDNS_RCODE_NOERROR &&
usr.sbin/unbound/cachedb/cachedb.c
567
if(parse_packet(buf, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/cachedb/cachedb.c
572
LDNS_RCODE_NOERROR) {
usr.sbin/unbound/cachedb/cachedb.c
600
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/cachedb/cachedb.c
615
!= LDNS_RCODE_NOERROR &&
usr.sbin/unbound/cachedb/cachedb.c
730
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/daemon/worker.c
1157
int rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/daemon/worker.c
1165
rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/daemon/worker.c
976
LDNS_RCODE_NOERROR, edns, repinfo, worker->scratchpad,
usr.sbin/unbound/dns64/dns64.c
983
if(qstate->return_rcode != LDNS_RCODE_NOERROR
usr.sbin/unbound/dns64/dns64.c
998
if (super->return_rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/edns-subnet/subnetmod.c
1123
if(qstate->return_rcode != LDNS_RCODE_NOERROR ||
usr.sbin/unbound/edns-subnet/subnetmod.c
1129
super->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/edns-subnet/subnetmod.c
823
FLAGS_GET_RCODE(response->rep->flags) == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/ipsecmod/ipsecmod.c
492
qstate->return_rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/iterator/iter_resptype.c
143
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR)
usr.sbin/unbound/iterator/iter_scrub.c
1000
LDNS_RCODE_NOERROR && !soa_in_auth(msg) &&
usr.sbin/unbound/iterator/iter_scrub.c
1092
if((FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/iterator/iter_scrub.c
434
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/iterator/iter_scrub.c
638
(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
usr.sbin/unbound/iterator/iter_scrub.c
653
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/iterator/iter_scrub.c
661
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR
usr.sbin/unbound/iterator/iter_scrub.c
674
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
usr.sbin/unbound/iterator/iter_scrub.c
698
LDNS_RCODE_NOERROR &&
usr.sbin/unbound/iterator/iter_utils.c
1163
return !(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/iterator/iterator.c
1458
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
2662
LDNS_RCODE_NOERROR)
usr.sbin/unbound/iterator/iterator.c
2897
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
331
LDNS_RCODE_NOERROR ||
usr.sbin/unbound/iterator/iterator.c
3330
LDNS_RCODE_NOERROR) {
usr.sbin/unbound/iterator/iterator.c
3577
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
3711
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
usr.sbin/unbound/iterator/iterator.c
3766
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
3820
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
usr.sbin/unbound/iterator/iterator.c
3917
if(qstate->return_rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/iterator/iterator.c
3953
if(qstate->return_rcode != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/iterator/iterator.c
4176
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
4200
else if(qstate->return_rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/iterator/iterator.c
4340
if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/iterator/iterator.c
4347
LDNS_RCODE_NOERROR) {
usr.sbin/unbound/libunbound/libworker.c
627
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/libunbound/libworker.c
637
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/libunbound/libworker.c
709
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/libunbound/libworker.c
718
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/respip/respip.c
1191
if((tgt_rcode != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/respip/respip.c
1247
qstate->return_rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/respip/respip.c
782
LDNS_RCODE_NXDOMAIN:LDNS_RCODE_NOERROR;
usr.sbin/unbound/services/authzone.c
4318
if(LDNS_RCODE_WIRE(sldns_buffer_begin(pkt)) != LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/authzone.c
5710
if(rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
5720
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
5793
if(LDNS_RCODE_WIRE(wire) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
6773
if(rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
6783
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
8321
} else if(rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
8330
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/cache/dns.c
1094
LDNS_RCODE_NOERROR &&
usr.sbin/unbound/services/localzone.c
1514
&r, 1, LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1608
LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1611
LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1689
LDNS_RCODE_NOERROR:LDNS_RCODE_NXDOMAIN;
usr.sbin/unbound/services/localzone.c
1705
LDNS_RCODE_NOERROR, (LDNS_RCODE_NOERROR|BIT_AA),
usr.sbin/unbound/services/localzone.c
1744
&lrr, 1, LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1748
temp, LDNS_RCODE_NOERROR,
usr.sbin/unbound/services/localzone.c
1749
(LDNS_RCODE_NOERROR|BIT_AA), -1, NULL);
usr.sbin/unbound/services/localzone.c
1758
int rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/services/mesh.c
1016
mstate->s.return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/services/mesh.c
1318
if(!rep && rcode == LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/mesh.c
1350
LDNS_RCODE_NOERROR, &r->edns, NULL, m->s.region, start_time) ||
usr.sbin/unbound/services/mesh.c
1361
(*r->cb)(r->cb_arg, LDNS_RCODE_NOERROR, r->buf,
usr.sbin/unbound/services/mesh.c
1455
if(!rep && rcode == LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/mesh.c
1538
LDNS_RCODE_NOERROR, &r->edns, &r->query_reply, m->s.region, &r->start_time) ||
usr.sbin/unbound/services/mesh.c
2101
if(s == module_error && mstate->s.return_rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/mesh.c
2434
if(!msg || (FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR
usr.sbin/unbound/services/mesh.c
2542
mesh_send_reply(mstate, LDNS_RCODE_NOERROR, msg->rep,
usr.sbin/unbound/services/mesh.c
2591
mesh_do_callback(mstate, LDNS_RCODE_NOERROR, msg->rep, c, &tv);
usr.sbin/unbound/services/outside_network.c
3026
== LDNS_RCODE_NOERROR ||
usr.sbin/unbound/services/outside_network.c
3135
LDNS_RCODE_NOERROR || LDNS_RCODE_WIRE(
usr.sbin/unbound/services/outside_network.c
3249
if(LDNS_RCODE_WIRE(sldns_buffer_begin(buf)) != LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/outside_network.c
3365
sldns_buffer_begin(c->buffer)) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/services/rpz.c
1850
int rcode = LDNS_RCODE_NOERROR|BIT_AA;
usr.sbin/unbound/services/rpz.c
1967
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
2031
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
2195
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/sldns/wire2str.c
88
{ LDNS_RCODE_NOERROR, "NOERROR" },
usr.sbin/unbound/testcode/testpkts.c
201
LDNS_RCODE_SET(reply, LDNS_RCODE_NOERROR);
usr.sbin/unbound/testcode/unitmain.c
1161
LDNS_RCODE_NOERROR | BIT_QR, 1,
usr.sbin/unbound/util/data/msgencode.c
1019
(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/util/data/msgencode.c
638
if (FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR)
usr.sbin/unbound/util/data/msgencode.c
669
if(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/util/data/msgencode.c
672
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/util/data/msgparse.c
1150
return LDNS_RCODE_NOERROR;
usr.sbin/unbound/util/data/msgparse.c
1239
return LDNS_RCODE_NOERROR;
usr.sbin/unbound/util/data/msgreply.c
185
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/util/data/msgreply.c
198
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/validator/val_neg.c
1394
int rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/validator/val_neg.c
1510
if(rcode == LDNS_RCODE_NOERROR)
usr.sbin/unbound/validator/val_utils.c
104
if(rcode != LDNS_RCODE_NOERROR && rcode != LDNS_RCODE_NXDOMAIN)
usr.sbin/unbound/validator/val_utils.c
111
if(rcode == LDNS_RCODE_NOERROR && rep->an_numrrsets == 0)
usr.sbin/unbound/validator/val_utils.c
119
if(rcode == LDNS_RCODE_NOERROR && qinf->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/validator/val_utils.c
126
if(rcode == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/validator/val_utils.c
148
if(rcode == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/validator/val_utils.c
79
rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/validator/val_utils.c
97
rep->an_numrrsets == 1 && rcode == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/validator/validator.c
1314
*rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/validator/validator.c
1330
*rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/validator/validator.c
2109
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
usr.sbin/unbound/validator/validator.c
2125
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
usr.sbin/unbound/validator/validator.c
2627
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/validator/validator.c
286
if(!qstate->return_msg || qstate->return_rcode != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/validator/validator.c
2894
if(rcode != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/validator/validator.c
3107
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/validator/validator.c
3266
if(rcode == LDNS_RCODE_NOERROR)
usr.sbin/unbound/validator/validator.c
3386
if(rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/validator/validator.c
413
if(ret_rc != LDNS_RCODE_NOERROR || !ret_msg)
usr.sbin/unbound/validator/validator.c
417
if(rcode != LDNS_RCODE_NOERROR && rcode != LDNS_RCODE_NXDOMAIN) {
usr.sbin/unbound/validator/validator.c
429
rcode == LDNS_RCODE_NOERROR && ret_msg &&