Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h576 struct config_str2list* ratelimit_for_domain; member
H A Dconfig_file.c329 cfg->ratelimit_for_domain = NULL; in config_create()
1196 else O_LS2(opt, "ratelimit-for-domain", ratelimit_for_domain) in config_get_option()
1588 config_deldblstrlist(cfg->ratelimit_for_domain); in config_delete()
H A Dconfigparser.y2458 ratelimit_for_domain, $2, $3))
H A Dconfigparser.c6188 ratelimit_for_domain, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
/dports/dns/unbound/unbound-1.14.0/contrib/
H A Dredirect-bogus.patch143 config_deldblstrlist(cfg->ratelimit_for_domain);
H A Dfastrpz.patch3184 config_deldblstrlist(cfg->ratelimit_for_domain);
/dports/dns/unbound/unbound-1.14.0/services/cache/
H A Dinfra.c205 for(p = cfg->ratelimit_for_domain; p; p = p->next) { in infra_ratelimit_cfg_insert()