Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/services/cache/
Dinfra.c1062 struct sldns_buffer* buffer, int premax, int max, int has_cookie) in check_ip_ratelimit() argument
1066 if(has_cookie) limit = infra_ip_ratelimit_cookie; in check_ip_ratelimit()
1090 has_cookie?"(cookie)":"", qnm); in check_ip_ratelimit()
1094 has_cookie?"(cookie)":""); in check_ip_ratelimit()
1102 int has_cookie, int backoff, struct sldns_buffer* buffer) in infra_ip_ratelimit_inc() argument
1120 has_cookie); in infra_ip_ratelimit_inc()
Dinfra.h431 int has_cookie, int backoff, struct sldns_buffer* buffer);
/freebsd-12-stable/contrib/unbound/daemon/
Dworker.c1342 socklen_t addrlen, int has_cookie, sldns_buffer* pkt) in check_ip_ratelimit() argument
1345 *worker->env.now, has_cookie, in check_ip_ratelimit()
1348 if(!has_cookie && worker->env.cfg->ip_ratelimit_factor != 0 && in check_ip_ratelimit()