Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/cache/
H A Dinfra.h161 extern int infra_ip_ratelimit_cookie;
H A Dinfra.c83 int infra_ip_ratelimit_cookie = 0; variable
360 infra_ip_ratelimit_cookie = cfg->ip_ratelimit_cookie; in infra_create()
412 infra_ip_ratelimit_cookie = cfg->ip_ratelimit_cookie; in infra_adjust()
1166 if(has_cookie) limit = infra_ip_ratelimit_cookie; in check_ip_ratelimit()
/freebsd/contrib/unbound/util/
H A Dconfig_file.c826 infra_ip_ratelimit_cookie=cfg->ip_ratelimit_cookie; in config_set_option()