Home
last modified time | relevance | path

Searched refs:keep_missing (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h452 unsigned int keep_missing; member
H A Dconfig_file.c291 cfg->keep_missing = 366*24*3600; /* one year plus a little leeway */ in config_create()
776 else S_UNSIGNED_OR_ZERO("keep-missing:", keep_missing) in config_set_option()
1253 else O_UNS(opt, "keep-missing", keep_missing) in config_get_option()
H A Dconfigparser.y2315 else cfg_parser->cfg->keep_missing = atoi($2);
H A Dconfigparser.c5554 else cfg_parser->cfg->keep_missing = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c1938 if(env->cfg->keep_missing == 0) in remove_missing_trustanchors()
1941 exceeded = check_holddown(env, anchor, env->cfg->keep_missing); in remove_missing_trustanchors()
1942 /* If keep_missing has exceeded and we still have more than in remove_missing_trustanchors()
/freebsd/contrib/unbound/daemon/
H A Dremote.c6014 COPY_VAR_unsigned_int(keep_missing); in fr_atomic_copy_cfg()