HomeSort by: relevance | last modified time | path
    Searched defs:clamp_time (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_mx4200.c 144 u_long clamp_time; /* when to stop postion averaging */ member in struct:mx4200unit
316 up->clamp_time = current_time + (AVGING_TIME * 60 * 60);
809 if (current_time > up->clamp_time) {

Completed in 15 milliseconds