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

/freebsd-11.0-release/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.c1103 ntv.maxerror = MAXDISPERSE;
1104 ntv.esterror = MAXDISPERSE;
H A Dntp_proto.c459 clock_filter(peer, 0., 0., MAXDISPERSE);
2182 if (p_del / 2 + p_disp >= MAXDISPERSE) /* test 7 */
2810 peer->disp = MAXDISPERSE;
2825 peer->filter_disp[u] = MAXDISPERSE;
2913 if (peer->filter_disp[j] >= MAXDISPERSE) {
2914 peer->filter_disp[j] = MAXDISPERSE;
2915 dst[i] = MAXDISPERSE;
2957 if ( dst[i] >= MAXDISPERSE
H A Dntp_refclock.c317 clock_filter(peer, 0., 0., MAXDISPERSE);
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp.h114 #define MAXDISPERSE 16. /* max dispersion */ macro

Completed in 137 milliseconds