Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h556 int wait_limit_cookie; member
H A Dconfig_file.c319 cfg->wait_limit_cookie = 10000; in config_create()
758 else S_NUMBER_OR_ZERO("wait-limit-cookie:", wait_limit_cookie) in config_set_option()
1252 else O_DEC(opt, "wait-limit-cookie", wait_limit_cookie) in config_get_option()
H A Dconfigparser.y2470 cfg_parser->cfg->wait_limit_cookie = atoi($2);
H A Dconfigparser.c5746 cfg_parser->cfg->wait_limit_cookie = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/services/cache/
H A Dinfra.c1256 if(mesh_wait > (cookie_valid?cfg->wait_limit_cookie: in infra_wait_limit_allowed()