HomeSort by: relevance | last modified time | path
    Searched defs:reason_bogus (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/validator/
val_kentry.h 85 sldns_ede_code reason_bogus; member in struct:key_entry_data
172 * @param reason_bogus: accompanying EDE code.
179 sldns_ede_code reason_bogus, const char* reason,
190 * @param reason_bogus: accompanying EDE code (usually LDNS_EDE_NONE).
198 sldns_ede_code reason_bogus, const char* reason,
208 * @param reason_bogus: accompanying EDE code.
215 sldns_ede_code reason_bogus, const char* reason,
validator.c 82 update_reason_bogus(struct reply_info* rep, sldns_ede_code reason_bogus)
84 if(reason_bogus == LDNS_EDE_NONE) return;
85 if(reason_bogus == LDNS_EDE_DNSSEC_BOGUS
86 && rep->reason_bogus != LDNS_EDE_NONE
87 && rep->reason_bogus != LDNS_EDE_DNSSEC_BOGUS) return;
88 rep->reason_bogus = reason_bogus;
302 vq->orig_msg->rep->reason_bogus = LDNS_EDE_NONE;
690 sldns_ede_code reason_bogus = LDNS_EDE_DNSSEC_BOGUS; local
724 &reason_bogus, LDNS_SECTION_ANSWER, qstate, &verified
2787 sldns_ede_code reason_bogus = LDNS_EDE_DNSSEC_BOGUS; local
2891 sldns_ede_code reason_bogus = LDNS_EDE_DNSSEC_BOGUS; local
3255 sldns_ede_code reason_bogus = LDNS_EDE_DNSSEC_BOGUS; local
    [all...]
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 188 sldns_ede_code reason_bogus; member in struct:reply_info
265 * @param reason_bogus: the Extended DNS Error for DNSSEC bogus status
273 sldns_ede_code reason_bogus);
  /src/external/bsd/unbound/dist/services/
mesh.c 1408 if(rep->reason_bogus != LDNS_EDE_NONE) {
1410 m->s.region, rep->reason_bogus, rep->reason_bogus_str);
1604 sldns_ede_code reason_bogus = LDNS_EDE_NONE; local
1628 reason_bogus = errinf_to_reason_bogus(qstate);
1629 if(rep && ((reason_bogus == LDNS_EDE_DNSSEC_BOGUS &&
1630 rep->reason_bogus != LDNS_EDE_NONE) ||
1631 reason_bogus == LDNS_EDE_NONE)) {
1632 reason_bogus = rep->reason_bogus;
1634 if(reason_bogus == LDNS_EDE_NONE |
    [all...]
  /src/external/bsd/unbound/dist/util/
module.h 198 int reason_bogus; member in struct:errinf_strlist
834 sldns_ede_code reason_bogus);

Completed in 31 milliseconds