Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.dsc1 BaseName: ip_ratelimit
11 Pre: ip_ratelimit.pre
12 Post: ip_ratelimit.post
13 Test: ip_ratelimit.test
H A Dip_ratelimit.pre1 # #-- ip_ratelimit.pre--#
16 sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@CONTROL_PORT\@/'$CONTROL_PORT'/' < ip_ratelimit.conf > u…
H A Dip_ratelimit.post1 # #-- ip_ratelimit.post --#
H A Dip_ratelimit.test1 # #-- ip_ratelimit.test --#
/freebsd/contrib/unbound/util/
H A Dconfig_file.h613 int ip_ratelimit; member
H A Dconfig_file.c342 cfg->ip_ratelimit = 0; in config_create()
806 IS_NUMBER_OR_ZERO; cfg->ip_ratelimit = atoi(val); in config_set_option()
807 infra_ip_ratelimit=cfg->ip_ratelimit; in config_set_option()
1287 else O_DEC(opt, "ip-ratelimit", ip_ratelimit) in config_get_option()
H A Dconfigparser.y2654 else cfg_parser->cfg->ip_ratelimit = atoi($2);
H A Dconfigparser.c5916 else cfg_parser->cfg->ip_ratelimit = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c349 infra_ip_ratelimit = cfg->ip_ratelimit; in infra_create()
400 infra_ip_ratelimit = cfg->ip_ratelimit; in infra_adjust()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c202 + (cfg->ip_ratelimit?cfg->ip_ratelimit_size:0) in checkrlimits()
/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 DChangelog505 - Fix ip_ratelimit test to work with dig that enables DNS cookies.
3361 - Print query name with ip_ratelimit exceeded log lines.