Searched refs:must_validate (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/respip/ |
H A D | respip.h | 156 const struct respip_client_info* cinfo, int must_validate,
|
H A D | respip.c | 1150 const struct respip_client_info* cinfo, int must_validate, in respip_merge_cname() argument 1173 (must_validate && tgt_rep->security <= sec_status_bogus)) { in respip_merge_cname()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 482 int must_validate = (!has_cd_bit || worker->env.cfg->ignore_cd) in answer_norec_from_cache() local 497 if(must_validate) { in answer_norec_from_cache() 656 int must_validate = (!has_cd_bit || worker->env.cfg->ignore_cd) in answer_from_cache() local 704 if(must_validate && (rep->security == sec_status_bogus || in answer_from_cache() 732 } else if(rep->security == sec_status_unchecked && must_validate) { in answer_from_cache() 740 if(must_validate) { in answer_from_cache() 763 must_validate, &encode_rep, worker->scratchpad, in answer_from_cache()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 322 int must_validate = (!(qstate->query_flags&BIT_CD) in mesh_serve_expired_lookup() local 345 if(must_validate && (msg->rep->security == sec_status_bogus || in mesh_serve_expired_lookup() 349 } else if(msg->rep->security == sec_status_unchecked && must_validate) { in mesh_serve_expired_lookup() 354 !reply_all_rrsets_secure(msg->rep) && must_validate) { in mesh_serve_expired_lookup() 2178 int must_validate = (!(qstate->query_flags&BIT_CD) in mesh_serve_expired_callback() local 2214 qstate->client_info, must_validate, &encode_rep, qstate->region, in mesh_serve_expired_callback()
|