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

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c49 #define PPS_MAXAGE 120 /* kernel pps signal timeout (s) */ macro
106 * time. If the current time is later than pps_control by PPS_MAXAGE
791 if (pps_control && current_time - pps_control > PPS_MAXAGE) {

Completed in 99 milliseconds