Home
last modified time | relevance | path

Searched refs:LDNS_EDE_NONE (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dmodule.c80 errinf_ede(qstate, str, LDNS_EDE_NONE); in errinf()
164 sldns_ede_code ede = LDNS_EDE_NONE; in errinf_to_reason_bogus()
166 if(s->reason_bogus == LDNS_EDE_NONE) continue; in errinf_to_reason_bogus()
167 if(ede != LDNS_EDE_NONE in errinf_to_reason_bogus()
/freebsd/contrib/unbound/sldns/
H A Drrdef.h447 LDNS_EDE_NONE = -1, /* EDE undefined for internal use */ enumerator
H A Dwire2str.c205 { LDNS_EDE_NONE, "None" },
/freebsd/contrib/unbound/services/cache/
H A Ddns.c490 msg->rep->reason_bogus = LDNS_EDE_NONE; in dns_msg_create()
588 msg->rep->reason_bogus = LDNS_EDE_NONE; in gen_dns_msg()
721 msg->rep->reason_bogus = LDNS_EDE_NONE; in rrset_msg()
761 msg->rep->reason_bogus = LDNS_EDE_NONE; in synth_dname_msg()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1316 rep.reason_bogus = LDNS_EDE_NONE; in local_encode()
1349 if(ede_code != LDNS_EDE_NONE && env->cfg->ede) { in local_error_encode()
1659 LDNS_EDE_NONE, NULL); in local_zones_zone_answer()
1685 rcode, (rcode|BIT_AA), LDNS_EDE_NONE, NULL); in local_zones_zone_answer()
1696 LDNS_EDE_NONE, NULL); in local_zones_zone_answer()
1754 (rcode|BIT_AA), LDNS_EDE_NONE, NULL); in local_zones_zone_answer()
H A Drpz.c1978 LDNS_EDE_NONE); in rpz_synthesize_nodata()
2009 LDNS_EDE_NONE); in rpz_synthesize_nxdomain()
2042 LDNS_EDE_NONE); in rpz_synthesize_localdata_from_rrset()
2188 LDNS_EDE_NONE); in rpz_synthesize_cname_override_msg()
H A Dmesh.c1318 if(rep->reason_bogus != LDNS_EDE_NONE) { in mesh_find_and_attach_ede_and_reason()
H A Dauthzone.c135 msg->rep->reason_bogus = LDNS_EDE_NONE; in msg_create()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c84 if(reason_bogus == LDNS_EDE_NONE) return; in update_reason_bogus()
86 && rep->reason_bogus != LDNS_EDE_NONE in update_reason_bogus()
264 vq->orig_msg->rep->reason_bogus = LDNS_EDE_NONE; in val_new_getmsg()
2911 NULL, LDNS_EDE_NONE, NULL, *qstate->env->now); in ds_response_to_ke()
2945 LDNS_EDE_NONE, NULL, in ds_response_to_ke()
2987 LDNS_EDE_NONE, NULL, in ds_response_to_ke()
H A Dval_utils.c692 downprot?sigalg:NULL, LDNS_EDE_NONE, NULL, in val_verify_new_DNSKEYs()
868 downprot?sigalg:NULL, LDNS_EDE_NONE, NULL, *env->now); in val_verify_new_DNSKEYs_with_ta()
/freebsd/contrib/unbound/daemon/
H A Dworker.c516 msg->rep->reason_bogus != LDNS_EDE_NONE) { in answer_norec_from_cache()
560 msg->rep->reason_bogus != LDNS_EDE_NONE) { in answer_norec_from_cache()
718 if(worker->env.cfg->ede && rep->reason_bogus != LDNS_EDE_NONE) { in answer_from_cache()
793 encode_rep->reason_bogus != LDNS_EDE_NONE) { in answer_from_cache()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c148 msg->rrset_count, sec_status_unchecked, LDNS_EDE_NONE); in parse_create_repinfo()
220 sec_status_insecure, LDNS_EDE_NONE); in make_new_reply_info()
/freebsd/contrib/unbound/dns64/
H A Ddns64.c852 rep->rrset_count, rep->security, LDNS_EDE_NONE); in dns64_adjust_a()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c411 if (qstate->env->cfg->ede && qstate->return_msg->rep->reason_bogus != LDNS_EDE_NONE) { in prep_data()