Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dvalidator.h103 uint32_t bogus_ttl; member
H A Dval_utils.c448 d->ttl = ve->bogus_ttl; in val_verify_rrset()
450 d->rr_ttl[i] = ve->bogus_ttl; in val_verify_rrset()
H A Dvalidator.c137 val_env->bogus_ttl = (uint32_t)cfg->bogus_ttl; in val_apply_cfg()
2495 vq->orig_msg->rep->ttl = ve->bogus_ttl; in processFinished()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h412 int bogus_ttl; member
H A Dconfig_file.c177 cfg->bogus_ttl = 60; in config_create()
711 else S_NUMBER_OR_ZERO("val-bogus-ttl:", bogus_ttl) in config_set_option()
1199 else O_DEC(opt, "val-bogus-ttl", bogus_ttl) in config_get_option()
H A Dconfigparser.y2115 else cfg_parser->cfg->bogus_ttl = atoi($2);
H A Dconfigparser.c5292 else cfg_parser->cfg->bogus_ttl = atoi((yyvsp[0].str)); in yyparse()