Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_loopfilter.c39 #define CLOCK_MINSTEP 300. /* default stepout threshold (s) */ macro
112 double clock_minstep = CLOCK_MINSTEP; /* stepout threshold */
1383 if (freq < CLOCK_MINSTEP) in loop_config()
1384 clock_minstep = CLOCK_MINSTEP; in loop_config()