Searched refs:bogus_ttl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/unbound/validator/
H A Dvalidator.h101 uint32_t bogus_ttl; member in struct:val_env
H A Dval_utils.c376 d->ttl = ve->bogus_ttl;
378 d->rr_ttl[i] = ve->bogus_ttl;
H A Dvalidator.c117 val_env->bogus_ttl = (uint32_t)cfg->bogus_ttl;
2083 vq->orig_msg->rep->ttl = ve->bogus_ttl;
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h371 int bogus_ttl; member in struct:config_file
H A Dconfig_file.c163 cfg->bogus_ttl = 60;
629 else S_NUMBER_OR_ZERO("val-bogus-ttl:", bogus_ttl)
1060 else O_DEC(opt, "val-bogus-ttl", bogus_ttl)
H A Dconfigparser.y1849 else cfg_parser->cfg->bogus_ttl = atoi($2);

Completed in 144 milliseconds