Home
last modified time | relevance | path

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

/src/contrib/unbound/services/cache/
H A Dinfra.c1202 struct sldns_buffer* buffer, int premax, int max, int has_cookie) in check_ip_ratelimit() argument
1206 if(has_cookie) limit = infra_ip_ratelimit_cookie; in check_ip_ratelimit()
1230 has_cookie?"(cookie)":"", qnm); in check_ip_ratelimit()
1234 has_cookie?"(cookie)":""); in check_ip_ratelimit()
1242 int has_cookie, int backoff, struct sldns_buffer* buffer) in infra_ip_ratelimit_inc() argument
1260 has_cookie); in infra_ip_ratelimit_inc()
H A Dinfra.h460 int has_cookie, int backoff, struct sldns_buffer* buffer);
/src/contrib/unbound/daemon/
H A Dworker.c1426 socklen_t addrlen, int has_cookie, sldns_buffer* pkt) in check_ip_ratelimit() argument
1429 *worker->env.now, has_cookie, in check_ip_ratelimit()
1432 if(!has_cookie && worker->env.cfg->ip_ratelimit_factor != 0 && in check_ip_ratelimit()