Searched refs:reclame (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.h264 * @param reclame: if true host is a recursor not AA server.
272 int reclame, uint16_t qtype);
333 * @param reclame: if function returns true, this is if it is recursion lame.
342 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow);
H A Dinfra.c513 int dnsseclame, int reclame, uint16_t qtype)
535 if(reclame)
537 if(!dnsseclame && !reclame && qtype == LDNS_RR_TYPE_A)
539 if(!dnsseclame && !reclame && qtype != LDNS_RR_TYPE_A)
689 int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow)
732 *reclame = 0;
743 *reclame = 0;
749 *reclame = 0;
755 *reclame = 0;
761 *reclame
511 infra_set_lame(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* nm, size_t nmlen, time_t timenow, int dnsseclame, int reclame, uint16_t qtype) argument
686 infra_get_lame_rtt(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* name, size_t namelen, uint16_t qtype, int* lame, int* dnsseclame, int* reclame, int* rtt, time_t timenow) argument
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c230 int rtt, lame, reclame, dnsseclame; local
246 name, namelen, qtype, &lame, &dnsseclame, &reclame,
252 reclame?" REC_LAME":"",
265 else if(reclame)

Completed in 72 milliseconds