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

/freebsd-10.1-release/contrib/ntp/libntp/
H A Dclocktime.c12 * We check that the time be within CLOSETIME seconds of the receive
17 #define CLOSETIME (4u*60u*60u) macro
44 * The function will tell if the result in 'ts_ui' is in CLOSETIME
92 return diff[0] < CLOSETIME;
125 /* -*- tell if we could get into CLOSETIME*/
126 return diff[min] < CLOSETIME;

Completed in 94 milliseconds