Home
last modified time | relevance | path

Searched refs:ratelimit_factor (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h655 int ratelimit_factor; member
H A Dconfig_file.c356 cfg->ratelimit_factor = 10; in config_create()
884 else S_NUMBER_OR_ZERO("ratelimit-factor:", ratelimit_factor) in config_set_option()
1377 else O_DEC(opt, "ratelimit-factor", ratelimit_factor) in config_get_option()
H A Dconfigparser.y2865 else cfg_parser->cfg->ratelimit_factor = atoi($2);
H A Dconfigparser.c6253 else cfg_parser->cfg->ratelimit_factor = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch122 cfg->ratelimit_factor = 10;
/freebsd/contrib/unbound/services/
H A Doutside_network.c3540 if(env->cfg->ratelimit_factor == 0 ||
3542 env->cfg->ratelimit_factor) != 1) {
/freebsd/contrib/unbound/daemon/
H A Dremote.c6307 COPY_VAR_int(ratelimit_factor); in fr_atomic_copy_cfg()