Home
last modified time | relevance | path

Searched refs:dnsseclame (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Dinfra.c622 int dnsseclame, int reclame, uint16_t qtype) in infra_set_lame() argument
642 if(dnsseclame) in infra_set_lame()
646 if(!dnsseclame && !reclame && qtype == LDNS_RR_TYPE_A) in infra_set_lame()
648 if(!dnsseclame && !reclame && qtype != LDNS_RR_TYPE_A) in infra_set_lame()
798 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow) in infra_get_lame_rtt() argument
837 *dnsseclame = 0; in infra_get_lame_rtt()
848 *dnsseclame = 0; in infra_get_lame_rtt()
854 *dnsseclame = 0; in infra_get_lame_rtt()
860 *dnsseclame = 1; in infra_get_lame_rtt()
866 *dnsseclame = 0; in infra_get_lame_rtt()
[all …]
H A Dinfra.h289 uint8_t* name, size_t namelen, time_t timenow, int dnsseclame,
360 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow);
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c262 int rtt, lame, reclame, dnsseclame; in iter_filter_unsuitable() local
279 name, namelen, qtype, &lame, &dnsseclame, &reclame, in iter_filter_unsuitable()
284 dnsseclame?" DNSSEC_LAME":"", in iter_filter_unsuitable()
285 a->dnsseclame?" ADDR_DNSSEC_LAME":"", in iter_filter_unsuitable()
301 else if(dnsseclame || a->dnsseclame) in iter_filter_unsuitable()
308 if(a->dnsseclame) in iter_filter_unsuitable()
H A Diter_delegpt.h165 uint8_t dnsseclame; member
H A Diter_delegpt.c236 a->dnsseclame = 0; in delegpt_add_addr()
717 a->dnsseclame = 0; in delegpt_add_addr_mlc()
H A Diterator.c3153 int dnsseclame = 0, origtypecname = 0, orig_empty_nodata_found; in processQueryResponse() local
3217 if(a) a->dnsseclame = 1; in processQueryResponse()
3226 dnsseclame = 1; in processQueryResponse()
3604 dnsseclame?"DNSSEC ":""); in processQueryResponse()
3615 *qstate->env->now, dnsseclame, 0, in processQueryResponse()