Home
last modified time | relevance | path

Searched refs:must_validate (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/respip/
H A Drespip.h162 const struct respip_client_info* cinfo, int must_validate,
H A Drespip.c1190 const struct respip_client_info* cinfo, int must_validate, in respip_merge_cname() argument
1214 (must_validate && tgt_rep->security <= sec_status_bogus)) { in respip_merge_cname()
/freebsd/contrib/unbound/daemon/
H A Dworker.c609 int must_validate = (!has_cd_bit || worker->env.cfg->ignore_cd) in answer_norec_from_cache() local
624 if(must_validate) { in answer_norec_from_cache()
785 int must_validate = (!has_cd_bit || worker->env.cfg->ignore_cd) in answer_from_cache() local
833 if(must_validate && (rep->security == sec_status_bogus || in answer_from_cache()
861 } else if(rep->security == sec_status_unchecked && must_validate) { in answer_from_cache()
869 if(must_validate) { in answer_from_cache()
892 must_validate, &encode_rep, worker->scratchpad, in answer_from_cache()
/freebsd/contrib/unbound/services/
H A Dmesh.c344 int must_validate = (!(qstate->query_flags&BIT_CD) in mesh_serve_expired_lookup() local
367 if(must_validate && (msg->rep->security == sec_status_bogus || in mesh_serve_expired_lookup()
371 } else if(msg->rep->security == sec_status_unchecked && must_validate) { in mesh_serve_expired_lookup()
376 !reply_an_ns_rrsets_secure(msg->rep) && must_validate) { in mesh_serve_expired_lookup()
2554 int must_validate = (!(qstate->query_flags&BIT_CD) in mesh_serve_expired_callback() local
2596 qstate->client_info, must_validate, &encode_rep, qstate->region, in mesh_serve_expired_callback()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c539 int must_validate = (!(qstate->query_flags&BIT_CD) in lookup_and_reply() local
587 && must_validate) { in lookup_and_reply()