Home
last modified time | relevance | path

Searched refs:ip_ratelimit (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h625 int ip_ratelimit; member
H A Dconfig_file.c342 cfg->ip_ratelimit = 0; in config_create()
859 IS_NUMBER_OR_ZERO; cfg->ip_ratelimit = atoi(val); in config_set_option()
860 infra_ip_ratelimit=cfg->ip_ratelimit; in config_set_option()
1352 else O_DEC(opt, "ip-ratelimit", ip_ratelimit) in config_get_option()
H A Dconfigparser.y2733 else cfg_parser->cfg->ip_ratelimit = atoi($2);
H A Dconfigparser.c6071 else cfg_parser->cfg->ip_ratelimit = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c383 infra_ip_ratelimit = cfg->ip_ratelimit; in wait_limit_netblock_del()
450 infra_ip_ratelimit = cfg->ip_ratelimit; in hash_addr()
1228 verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s %s", in infra_wait_limit_allowed()
1232 verbose(VERB_OPS, "ip_ratelimit exceeded %s %d%s (no query name)", in infra_wait_limit_allowed()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c202 + (cfg->ip_ratelimit?cfg->ip_ratelimit_size:0) in checkrlimits()
H A Dremote.c4993 FR_CHECK_CHANGED_CFG("ip-ratelimit", ip_ratelimit, changed_str); in fr_check_nopause_compat_cfg()
6101 COPY_VAR_int(ip_ratelimit); in fr_atomic_copy_cfg()
6314 infra_ip_ratelimit = cfg->ip_ratelimit; in fr_adjust_infra()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3201 int ip_ratelimit;
3202 /** number of slabs for ip_ratelimit cache */
/freebsd/contrib/unbound/doc/
H A DChangelog1451 - Fix ip_ratelimit test to work with dig that enables DNS cookies.
4307 - Print query name with ip_ratelimit exceeded log lines.