Symbol: LDNS_RCODE_REFUSED
sbin/unwind/frontend.c
1184
return (LDNS_RCODE_REFUSED);
sbin/unwind/frontend.c
816
error_answer(pq, LDNS_RCODE_REFUSED);
sbin/unwind/frontend.c
823
error_answer(pq, LDNS_RCODE_REFUSED);
sbin/unwind/frontend.c
842
error_answer(pq, LDNS_RCODE_REFUSED);
sbin/unwind/libunbound/iterator/iterator.c
1689
LDNS_RCODE_REFUSED);
sbin/unwind/libunbound/iterator/iterator.c
1752
LDNS_RCODE_REFUSED);
sbin/unwind/libunbound/iterator/iterator.c
4089
return error_response_cache(qstate, id, LDNS_RCODE_REFUSED);
sbin/unwind/libunbound/respip/respip.c
771
FLAGS_SET_RCODE(new_rep->flags, LDNS_RCODE_REFUSED);
sbin/unwind/libunbound/services/authzone.c
5801
LDNS_RCODE_WIRE(wire) == LDNS_RCODE_REFUSED ||
sbin/unwind/libunbound/services/localzone.c
1668
LDNS_RCODE_REFUSED, (LDNS_RCODE_REFUSED|BIT_AA),
sbin/unwind/libunbound/sldns/wire2str.c
246
{ LDNS_RCODE_REFUSED, "REFUSED" },
sbin/unwind/libunbound/sldns/wire2str.c
93
{ LDNS_RCODE_REFUSED, "REFUSED" },
usr.sbin/unbound/daemon/remote.c
1130
if(inhibit_zero && i > LDNS_RCODE_REFUSED && s->svr.ans_rcode[i] == 0)
usr.sbin/unbound/daemon/worker.c
1168
rcode = LDNS_RCODE_REFUSED;
usr.sbin/unbound/daemon/worker.c
1181
if(rcode == LDNS_RCODE_REFUSED)
usr.sbin/unbound/daemon/worker.c
1257
LDNS_RCODE_REFUSED);
usr.sbin/unbound/daemon/worker.c
1290
LDNS_RCODE_REFUSED);
usr.sbin/unbound/daemon/worker.c
1630
LDNS_RCODE_REFUSED);
usr.sbin/unbound/daemon/worker.c
1746
(LDNS_RCODE_REFUSED|BIT_TC), &qinfo,
usr.sbin/unbound/daemon/worker.c
1864
error_encode(c->buffer, LDNS_RCODE_REFUSED, &qinfo,
usr.sbin/unbound/edns-subnet/subnetmod.c
815
FLAGS_GET_RCODE(response->rep->flags) == LDNS_RCODE_REFUSED) {
usr.sbin/unbound/edns-subnet/subnetmod.c
991
qstate->return_rcode = LDNS_RCODE_REFUSED;
usr.sbin/unbound/iterator/iterator.c
1689
LDNS_RCODE_REFUSED);
usr.sbin/unbound/iterator/iterator.c
1752
LDNS_RCODE_REFUSED);
usr.sbin/unbound/iterator/iterator.c
4089
return error_response_cache(qstate, id, LDNS_RCODE_REFUSED);
usr.sbin/unbound/respip/respip.c
771
FLAGS_SET_RCODE(new_rep->flags, LDNS_RCODE_REFUSED);
usr.sbin/unbound/services/authzone.c
5801
LDNS_RCODE_WIRE(wire) == LDNS_RCODE_REFUSED ||
usr.sbin/unbound/services/localzone.c
1668
LDNS_RCODE_REFUSED, (LDNS_RCODE_REFUSED|BIT_AA),
usr.sbin/unbound/sldns/wire2str.c
246
{ LDNS_RCODE_REFUSED, "REFUSED" },
usr.sbin/unbound/sldns/wire2str.c
93
{ LDNS_RCODE_REFUSED, "REFUSED" },
usr.sbin/unbound/smallapp/unbound-control.c
400
if(inhibit_zero && i > LDNS_RCODE_REFUSED && s->svr.ans_rcode[i] == 0)
usr.sbin/unbound/testcode/testpkts.c
211
LDNS_RCODE_SET(reply, LDNS_RCODE_REFUSED);