Home
last modified time | relevance | path

Searched refs:ip_ratelimit_cookie (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
HDconfig_file.h627 int ip_ratelimit_cookie; member
HDconfig_file.c346 cfg->ip_ratelimit_cookie = 0; in config_create()
825 IS_NUMBER_OR_ZERO; cfg->ip_ratelimit_cookie = atoi(val); in config_set_option()
826 infra_ip_ratelimit_cookie=cfg->ip_ratelimit_cookie; in config_set_option()
1319 else O_DEC(opt, "ip-ratelimit-cookie", ip_ratelimit_cookie) in config_get_option()
HDconfigparser.y2732 else cfg_parser->cfg->ip_ratelimit_cookie = atoi($2);
HDconfigparser.c6071 else cfg_parser->cfg->ip_ratelimit_cookie = atoi((yyvsp[0].str)); in yyparse()
/freebsd-13-stable/contrib/unbound/services/cache/
HDinfra.c360 infra_ip_ratelimit_cookie = cfg->ip_ratelimit_cookie; in infra_create()
412 infra_ip_ratelimit_cookie = cfg->ip_ratelimit_cookie; in infra_adjust()