Searched refs:max_ttl (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/examples/hierarchical/de/example.de/sub.example.de/
H A Ddnssec.conf7 max_ttl 90s
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.c150 { "Max_TTL", first, 100, CONF_TIMEINT, &def.max_ttl },
151 { "MaximumTTL", 101, last, CONF_TIMEINT, &def.max_ttl },
251 set_varptr ("max_ttl", &cp->max_ttl, cp2 ? &cp2->max_ttl: NULL);
877 long max_ttl; local
882 max_ttl = z->max_ttl;
883 if ( max_ttl <= 0 )
884 max_ttl
[all...]
H A Dzconf.h148 long max_ttl; /* should be set to the maximum used ttl in the zone */ member in struct:zconf
H A Dzkt-signer.c264 if ( config->max_ttl <= 0 || dynamic_zone )
267 config->max_ttl = config->sigvalidity;
H A Drollover.c553 /* As mentioned by olaf, this is the max_ttl of all the rr in the zone */
554 lifetime = z->max_ttl + z->proptime; /* draft kolkman/gieben */

Completed in 25 milliseconds