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

/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzconf.h150 long proptime; /* expected time offset for zone propagation */ member in struct:zconf
H A Drollover.c303 if ( parfile_age > z->proptime + z->key_ttl ) /* can we go to phase 2 ? */
313 verbmesg (2, z, "\t\tkskrollover: we are in state 1 and waiting for propagation of the new key (parentfile %dsec < prop %dsec + keyttl %dsec\n", parfile_age, z->proptime, z->key_ttl);
554 lifetime = z->max_ttl + z->proptime; /* draft kolkman/gieben */
609 if ( nextkey && dki_age (nextkey, currtime) > z->key_ttl + z->proptime )
H A Ddnssec-zkt.c674 if ( parent_age < conf->proptime + key_ttl )
676 conf->proptime + key_ttl - parent_age,
677 str_delspace (age2str (conf->proptime + key_ttl - parent_age)));
H A Dzconf.c152 { "Propagation", first, last, CONF_TIMEINT, &def.proptime },
253 set_varptr ("propagation", &cp->proptime, cp2 ? &cp2->proptime: NULL);
916 // if ( z->resign > (z->sigvalidity*5/6) - (max_ttl + z->proptime) )
H A Dzkt-keyman.c581 if ( parent_age < conf->proptime + key_ttl )
583 conf->proptime + key_ttl - parent_age,
584 str_delspace (age2str (conf->proptime + key_ttl - parent_age)));

Completed in 205 milliseconds