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

/freebsd-13-stable/contrib/ntp/ntpdate/
H A Dntpdate.c158 u_long sys_timeout = DEFTIMEOUT; /* timeout time, in TIMER_HZ units */ variable
419 sys_timeout = ((LFPTOFP(&tmp) * TIMER_HZ)
421 sys_timeout = max(sys_timeout, MINTIMEOUT);
735 server->event_time = current_time + sys_timeout;
868 server->event_time = current_time + sys_timeout;
931 server->event_time = current_time + sys_timeout;

Completed in 105 milliseconds