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

/freebsd-13-stable/contrib/ntp/scripts/stats/
H A Dpeer.awk20 MAXDISTANCE = 1.0
29 if (NF >= 7 && ($7 + $6 / 2) < MAXDISTANCE) {
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_pst.c271 else if (peer->disp > MAXDISTANCE)
H A Drefclock_arbiter.c424 else if (peer->disp > MAXDISTANCE)
H A Dntp_refclock.c1685 ((peer->reach == 0xFF) && (peer->disp <= MAXDISTANCE)))
H A Dntp_proto.c149 double sys_maxdist = MAXDISTANCE; /* selection threshold */
H A Drefclock_parse.c4220 * we are in fast startup mode (peer->dist > MAXDISTANCE)
4222 if (!parse->pollneeddata && parse->peer->disp <= MAXDISTANCE)
/freebsd-13-stable/contrib/ntp/scripts/
H A Dsummary.in199 my ($n, $MAXDISTANCE) = (0, 1.0);
222 next if ($dist > $MAXDISTANCE);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h124 #define MAXDISTANCE 1.5 /* max root distance (select threshold) */ macro

Completed in 189 milliseconds