Home
last modified time | relevance | path

Searched refs:nexttime_seconds (Results 1 – 4 of 4) sorted by relevance

/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dzone.c19616 uint32_t nexttime_seconds; in zone_rekey() local
19624 nexttime_seconds = nexttime - now; in zone_rekey()
19626 nexttime_seconds = zone->refreshkeyinterval; in zone_rekey()
19629 DNS_ZONE_TIME_ADD(&timenow, nexttime_seconds, &timenext); in zone_rekey()
19635 "next key event in %u seconds", nexttime_seconds); in zone_rekey()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dzone.c21782 uint32_t nexttime_seconds; in zone_rekey() local
21790 nexttime_seconds = nexttime - now; in zone_rekey()
21792 nexttime_seconds = zone->refreshkeyinterval; in zone_rekey()
21795 DNS_ZONE_TIME_ADD(&timenow, nexttime_seconds, &timenext); in zone_rekey()
21801 "next key event in %u seconds", nexttime_seconds); in zone_rekey()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dzone.c21782 uint32_t nexttime_seconds; in zone_rekey() local
21790 nexttime_seconds = nexttime - now; in zone_rekey()
21792 nexttime_seconds = zone->refreshkeyinterval; in zone_rekey()
21795 DNS_ZONE_TIME_ADD(&timenow, nexttime_seconds, &timenext); in zone_rekey()
21801 "next key event in %u seconds", nexttime_seconds); in zone_rekey()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dzone.c21923 uint32_t nexttime_seconds; in zone_rekey() local
21931 nexttime_seconds = nexttime - now; in zone_rekey()
21933 nexttime_seconds = zone->refreshkeyinterval; in zone_rekey()
21936 DNS_ZONE_TIME_ADD(&timenow, nexttime_seconds, &timenext); in zone_rekey()
21942 "next key event in %u seconds", nexttime_seconds); in zone_rekey()