Home
last modified time | relevance | path

Searched refs:infra_ratelimit_exceeded (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/unbound/services/cache/
HDinfra.h374 int infra_ratelimit_exceeded(struct infra_cache* infra, uint8_t* name,
HDinfra.c852 int infra_ratelimit_exceeded(struct infra_cache* infra, uint8_t* name, in infra_ratelimit_exceeded() function
/NextBSD/contrib/unbound/iterator/
HDiterator.c1188 if(!iq->ratelimit_ok && infra_ratelimit_exceeded( in processInitRequest()