Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/services/cache/
H A Dinfra.c1162 struct sldns_buffer* buffer, int premax, int max, int has_cookie) in check_ip_ratelimit() argument
1166 if(has_cookie) limit = infra_ip_ratelimit_cookie; in check_ip_ratelimit()
1190 has_cookie?"(cookie)":"", qnm); in check_ip_ratelimit()
1194 has_cookie?"(cookie)":""); in check_ip_ratelimit()
1202 int has_cookie, int backoff, struct sldns_buffer* buffer) in infra_ip_ratelimit_inc() argument
1220 has_cookie); in infra_ip_ratelimit_inc()
H A Dinfra.h447 int has_cookie, int backoff, struct sldns_buffer* buffer);
/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.c1337 socklen_t addrlen, int has_cookie, sldns_buffer* pkt) in check_ip_ratelimit() argument
1340 *worker->env.now, has_cookie, in check_ip_ratelimit()
1343 if(!has_cookie && worker->env.cfg->ip_ratelimit_factor != 0 && in check_ip_ratelimit()