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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_mx4200.c142 u_long clamp_time; /* when to stop postion averaging */ member in struct:mx4200unit
314 up->clamp_time = current_time + (AVGING_TIME * 60 * 60);
807 if (current_time > up->clamp_time) {

Completed in 90 milliseconds