HomeSort by: relevance | last modified time | path
    Searched defs:syncpublish (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
dnssec.c 634 * - SyncPublish is set and in the past, AND
638 syncpublish(dst_key_t *key, isc_stdtime_t now) { function
1917 if (syncpublish(key->key, now)) {
keymgr.c 160 * Set the SyncPublish time (when the DS may be submitted to the parent).
165 isc_stdtime_t published, syncpublish; local
181 syncpublish = published + dst_key_getttl(key) +
190 if (zrrsig_present > syncpublish) {
191 syncpublish = zrrsig_present;
194 dst_key_settime(key, DST_TIME_SYNCPUBLISH, syncpublish);
200 syncpublish + lifetime);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnssec.c 674 * - SyncPublish is set and in the past, AND
678 syncpublish(dst_key_t *key, isc_stdtime_t now) { function
2012 if (syncpublish(key->key, now)) {
keymgr.c 142 * Set the SyncPublish time (when the DS may be submitted to the parent)
147 isc_stdtime_t published, syncpublish; local
164 syncpublish = published + dst_key_getttl(key->key) +
173 if (zrrsig_present > syncpublish) {
174 syncpublish = zrrsig_present;
177 dst_key_settime(key->key, DST_TIME_SYNCPUBLISH, syncpublish);

Completed in 37 milliseconds