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

/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c31 double steplimit = -1; variable
167 steplimit = OPT_VALUE_STEPLIMIT / 1e3;
1460 ** If we can step or slew and and |offset| > steplimit, then step.
1464 || (ENABLED_OPT(SLEW) && (fabs(offset) > steplimit))

Completed in 50 milliseconds