Searched refs:reclame (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | infra.c | 622 int dnsseclame, int reclame, uint16_t qtype) in infra_set_lame() argument 644 if(reclame) 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 838 *reclame = 0; in infra_get_lame_rtt() 849 *reclame = 0; in infra_get_lame_rtt() 855 *reclame = 0; in infra_get_lame_rtt() 861 *reclame = 0; in infra_get_lame_rtt() 867 *reclame = 1; in infra_get_lame_rtt() [all …]
|
H A D | infra.h | 290 int reclame, uint16_t qtype); 360 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow);
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.c | 262 int rtt, lame, reclame, dnsseclame; in iter_filter_unsuitable() local 279 name, namelen, qtype, &lame, &dnsseclame, &reclame, in iter_filter_unsuitable() 286 reclame?" REC_LAME":"", in iter_filter_unsuitable() 299 else if(reclame) in iter_filter_unsuitable()
|