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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_chu.c246 #define MINDIST 28 /* min burst distance (of 40) */ macro
1066 * If the burst distance is at least MINDIST, this must be a
1067 * format A burst; if the value is not greater than -MINDIST, it
1072 if (up->burdist >= MINDIST) {
1074 } else if (up->burdist <= -MINDIST) {

Completed in 162 milliseconds