Searched defs:max_ttl (Results 1 - 2 of 2) sorted by relevance

/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

Completed in 20 milliseconds