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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_arbiter.c402 pp->disp = MAXDISPERSE;
408 pp->disp = MAXDISPERSE;
H A Drefclock_ulink.c480 pp->disp=MAXDISPERSE;
501 pp->disp=MAXDISPERSE;
H A Drefclock_wwvb.c416 pp->disp = MAXDISPERSE;
420 pp->disp = MAXDISPERSE;
H A Dntp_loopfilter.c1113 ntv.maxerror = MAXDISPERSE * 1.0e6;
1114 ntv.esterror = MAXDISPERSE * 1.0e6;
H A Dntp_proto.c498 clock_filter(peer, 0., 0., MAXDISPERSE);
2509 if (p_del / 2 + p_disp >= MAXDISPERSE) /* test 7 */
3188 peer->disp = MAXDISPERSE;
3203 peer->filter_disp[u] = MAXDISPERSE;
3295 if (peer->filter_disp[j] >= MAXDISPERSE) {
3296 peer->filter_disp[j] = MAXDISPERSE;
3297 dst[i] = MAXDISPERSE;
3339 if ( dst[i] >= MAXDISPERSE
3445 double lastresort_dist = MAXDISPERSE;
H A Dntp_refclock.c389 clock_filter(peer, 0., 0., MAXDISPERSE);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h114 #define MAXDISPERSE 16. /* max dispersion */ macro

Completed in 134 milliseconds