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
984
if(qstate->return_rcode != LDNS_RCODE_NOERROR
sbin/unwind/libunbound/dns64/dns64.c
999
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
1062
LDNS_RCODE_NOERROR && !soa_in_auth(msg) &&
sbin/unwind/libunbound/iterator/iter_scrub.c
1154
if((FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/iterator/iter_scrub.c
482
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/iterator/iter_scrub.c
690
(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
sbin/unwind/libunbound/iterator/iter_scrub.c
705
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/iterator/iter_scrub.c
713
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR
sbin/unwind/libunbound/iterator/iter_scrub.c
726
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
sbin/unwind/libunbound/iterator/iter_scrub.c
750
LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/iterator/iter_utils.c
1200
return !(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/iterator/iterator.c
1484
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
2686
LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iterator.c
2921
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
333
LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/iterator/iterator.c
3354
LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/iterator/iterator.c
3601
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
3735
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/iterator/iterator.c
3790
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
3844
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/iterator/iterator.c
3941
if(qstate->return_rcode != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iterator.c
3977
if(qstate->return_rcode != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/iterator/iterator.c
4201
qstate->return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/iterator/iterator.c
4225
else if(qstate->return_rcode != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/iterator/iterator.c
4365
if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/iterator/iterator.c
4372
LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/libunbound/libworker.c
636
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/libunbound/libworker.c
646
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/libunbound/libworker.c
718
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/libunbound/libworker.c
727
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/respip/respip.c
1201
if((tgt_rcode != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/respip/respip.c
1258
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
4369
if(LDNS_RCODE_WIRE(sldns_buffer_begin(pkt)) != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/authzone.c
5770
} else if(rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
5780
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
5853
if(LDNS_RCODE_WIRE(wire) != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
6863
} else if(rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
6873
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
8401
} else if(rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/authzone.c
8410
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/cache/dns.c
1148
LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/services/localzone.c
1543
&r, 1, LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1637
LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1640
LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1718
LDNS_RCODE_NOERROR:LDNS_RCODE_NXDOMAIN;
sbin/unwind/libunbound/services/localzone.c
1734
LDNS_RCODE_NOERROR, (LDNS_RCODE_NOERROR|BIT_AA),
sbin/unwind/libunbound/services/localzone.c
1773
&lrr, 1, LDNS_RCODE_NOERROR);
sbin/unwind/libunbound/services/localzone.c
1777
temp, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/services/localzone.c
1778
(LDNS_RCODE_NOERROR|BIT_AA), -1, NULL);
sbin/unwind/libunbound/services/localzone.c
1787
int rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/services/mesh.c
1044
mstate->s.return_rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/services/mesh.c
1354
if(!rep && rcode == LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/mesh.c
1386
LDNS_RCODE_NOERROR, &r->edns, NULL, m->s.region, start_time) ||
sbin/unwind/libunbound/services/mesh.c
1397
(*r->cb)(r->cb_arg, LDNS_RCODE_NOERROR, r->buf,
sbin/unwind/libunbound/services/mesh.c
1491
if(!rep && rcode == LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/mesh.c
1578
LDNS_RCODE_NOERROR, &r->edns, &r->query_reply, m->s.region, &r->start_time) ||
sbin/unwind/libunbound/services/mesh.c
2164
if(s == module_error && mstate->s.return_rcode == LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/services/mesh.c
2508
if(!msg || (FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR
sbin/unwind/libunbound/services/mesh.c
2626
mesh_send_reply(mstate, LDNS_RCODE_NOERROR, msg->rep,
sbin/unwind/libunbound/services/mesh.c
2675
mesh_do_callback(mstate, LDNS_RCODE_NOERROR, msg->rep, c, &tv);
sbin/unwind/libunbound/services/outside_network.c
3088
== LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/services/outside_network.c
3197
LDNS_RCODE_NOERROR || LDNS_RCODE_WIRE(
sbin/unwind/libunbound/services/outside_network.c
3311
if(LDNS_RCODE_WIRE(sldns_buffer_begin(buf)) != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/services/outside_network.c
3427
sldns_buffer_begin(c->buffer)) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/services/rpz.c
1851
int rcode = LDNS_RCODE_NOERROR|BIT_AA;
sbin/unwind/libunbound/services/rpz.c
1968
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
2032
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
2196
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
1045
(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
sbin/unwind/libunbound/util/data/msgencode.c
654
if (FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/util/data/msgencode.c
685
if(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/util/data/msgencode.c
688
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/util/data/msgparse.c
1160
return LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/util/data/msgparse.c
1251
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
199
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
sbin/unwind/libunbound/validator/val_neg.c
1420
int rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/validator/val_neg.c
1540
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
1373
*rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/validator/validator.c
1389
*rcode = LDNS_RCODE_NOERROR;
sbin/unwind/libunbound/validator/validator.c
2188
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/validator/validator.c
2204
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
sbin/unwind/libunbound/validator/validator.c
2706
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
2975
if(rcode != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/validator/validator.c
3244
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) {
sbin/unwind/libunbound/validator/validator.c
3403
if(rcode == LDNS_RCODE_NOERROR)
sbin/unwind/libunbound/validator/validator.c
3523
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
568
if(parse_packet(buf, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/cachedb/cachedb.c
573
LDNS_RCODE_NOERROR) {
usr.sbin/unbound/cachedb/cachedb.c
601
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/cachedb/cachedb.c
614
!= LDNS_RCODE_NOERROR &&
usr.sbin/unbound/cachedb/cachedb.c
728
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/daemon/worker.c
1015
LDNS_RCODE_NOERROR, edns, repinfo, worker->scratchpad,
usr.sbin/unbound/daemon/worker.c
1196
int rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/daemon/worker.c
1204
rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/dns64/dns64.c
984
if(qstate->return_rcode != LDNS_RCODE_NOERROR
usr.sbin/unbound/dns64/dns64.c
999
if (super->return_rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/edns-subnet/subnetmod.c
1217
if(qstate->return_rcode != LDNS_RCODE_NOERROR ||
usr.sbin/unbound/edns-subnet/subnetmod.c
1223
super->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/edns-subnet/subnetmod.c
915
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
1062
LDNS_RCODE_NOERROR && !soa_in_auth(msg) &&
usr.sbin/unbound/iterator/iter_scrub.c
1154
if((FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/iterator/iter_scrub.c
482
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/iterator/iter_scrub.c
690
(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
usr.sbin/unbound/iterator/iter_scrub.c
705
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/iterator/iter_scrub.c
713
if(FLAGS_GET_RCODE(msg->flags) != LDNS_RCODE_NOERROR
usr.sbin/unbound/iterator/iter_scrub.c
726
if(FLAGS_GET_RCODE(msg->flags) == LDNS_RCODE_NOERROR
usr.sbin/unbound/iterator/iter_scrub.c
750
LDNS_RCODE_NOERROR &&
usr.sbin/unbound/iterator/iter_utils.c
1200
return !(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/iterator/iterator.c
1484
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
2686
LDNS_RCODE_NOERROR)
usr.sbin/unbound/iterator/iterator.c
2921
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
333
LDNS_RCODE_NOERROR ||
usr.sbin/unbound/iterator/iterator.c
3354
LDNS_RCODE_NOERROR) {
usr.sbin/unbound/iterator/iterator.c
3601
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
3735
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
usr.sbin/unbound/iterator/iterator.c
3790
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
3844
log_assert(qstate->return_rcode == LDNS_RCODE_NOERROR);
usr.sbin/unbound/iterator/iterator.c
3941
if(qstate->return_rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/iterator/iterator.c
3977
if(qstate->return_rcode != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/iterator/iterator.c
4201
qstate->return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/iterator/iterator.c
4225
else if(qstate->return_rcode != LDNS_RCODE_NOERROR)
usr.sbin/unbound/iterator/iterator.c
4365
if(parse_packet(pkt, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/iterator/iterator.c
4372
LDNS_RCODE_NOERROR) {
usr.sbin/unbound/libunbound/libworker.c
636
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/libunbound/libworker.c
646
libworker_fillup_fg(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/libunbound/libworker.c
718
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/libunbound/libworker.c
727
libworker_event_done_cb(q, LDNS_RCODE_NOERROR,
usr.sbin/unbound/respip/respip.c
1201
if((tgt_rcode != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/respip/respip.c
1258
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
4369
if(LDNS_RCODE_WIRE(sldns_buffer_begin(pkt)) != LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/authzone.c
5770
} else if(rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
5780
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
5853
if(LDNS_RCODE_WIRE(wire) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
6863
} else if(rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
6873
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
8401
} else if(rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/authzone.c
8410
FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/cache/dns.c
1148
LDNS_RCODE_NOERROR &&
usr.sbin/unbound/services/localzone.c
1543
&r, 1, LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1637
LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1640
LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1718
LDNS_RCODE_NOERROR:LDNS_RCODE_NXDOMAIN;
usr.sbin/unbound/services/localzone.c
1734
LDNS_RCODE_NOERROR, (LDNS_RCODE_NOERROR|BIT_AA),
usr.sbin/unbound/services/localzone.c
1773
&lrr, 1, LDNS_RCODE_NOERROR);
usr.sbin/unbound/services/localzone.c
1777
temp, LDNS_RCODE_NOERROR,
usr.sbin/unbound/services/localzone.c
1778
(LDNS_RCODE_NOERROR|BIT_AA), -1, NULL);
usr.sbin/unbound/services/localzone.c
1787
int rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/services/mesh.c
1044
mstate->s.return_rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/services/mesh.c
1354
if(!rep && rcode == LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/mesh.c
1386
LDNS_RCODE_NOERROR, &r->edns, NULL, m->s.region, start_time) ||
usr.sbin/unbound/services/mesh.c
1397
(*r->cb)(r->cb_arg, LDNS_RCODE_NOERROR, r->buf,
usr.sbin/unbound/services/mesh.c
1491
if(!rep && rcode == LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/mesh.c
1578
LDNS_RCODE_NOERROR, &r->edns, &r->query_reply, m->s.region, &r->start_time) ||
usr.sbin/unbound/services/mesh.c
2164
if(s == module_error && mstate->s.return_rcode == LDNS_RCODE_NOERROR) {
usr.sbin/unbound/services/mesh.c
2508
if(!msg || (FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR
usr.sbin/unbound/services/mesh.c
2626
mesh_send_reply(mstate, LDNS_RCODE_NOERROR, msg->rep,
usr.sbin/unbound/services/mesh.c
2675
mesh_do_callback(mstate, LDNS_RCODE_NOERROR, msg->rep, c, &tv);
usr.sbin/unbound/services/outside_network.c
3088
== LDNS_RCODE_NOERROR ||
usr.sbin/unbound/services/outside_network.c
3197
LDNS_RCODE_NOERROR || LDNS_RCODE_WIRE(
usr.sbin/unbound/services/outside_network.c
3311
if(LDNS_RCODE_WIRE(sldns_buffer_begin(buf)) != LDNS_RCODE_NOERROR)
usr.sbin/unbound/services/outside_network.c
3427
sldns_buffer_begin(c->buffer)) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/services/rpz.c
1851
int rcode = LDNS_RCODE_NOERROR|BIT_AA;
usr.sbin/unbound/services/rpz.c
1968
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
2032
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
2196
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
203
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
1045
(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR ||
usr.sbin/unbound/util/data/msgencode.c
654
if (FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR)
usr.sbin/unbound/util/data/msgencode.c
685
if(FLAGS_GET_RCODE(rep->flags) == LDNS_RCODE_NOERROR &&
usr.sbin/unbound/util/data/msgencode.c
688
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/util/data/msgparse.c
1160
return LDNS_RCODE_NOERROR;
usr.sbin/unbound/util/data/msgparse.c
1251
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
199
if(FLAGS_GET_RCODE(rep->flags) != LDNS_RCODE_NOERROR &&
usr.sbin/unbound/validator/val_neg.c
1420
int rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/validator/val_neg.c
1540
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
1373
*rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/validator/validator.c
1389
*rcode = LDNS_RCODE_NOERROR;
usr.sbin/unbound/validator/validator.c
2188
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
usr.sbin/unbound/validator/validator.c
2204
process_ds_response(qstate, vq, id, LDNS_RCODE_NOERROR,
usr.sbin/unbound/validator/validator.c
2706
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
2975
if(rcode != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/validator/validator.c
3244
if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) {
usr.sbin/unbound/validator/validator.c
3403
if(rcode == LDNS_RCODE_NOERROR)
usr.sbin/unbound/validator/validator.c
3523
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 &&