Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ntpd/
Dntp.c91 time_t nextaction; in ntp_main() local
220 nextaction = now + 3600; in ntp_main()
240 if (p->next > 0 && p->next < nextaction) in ntp_main()
241 nextaction = p->next; in ntp_main()
243 if (p->deadline > 0 && p->deadline < nextaction) in ntp_main()
244 nextaction = p->deadline; in ntp_main()
273 timeout = nextaction - now; in ntp_main()