HomeSort by: relevance | last modified time | path
    Searched refs:MAXDISPERSE (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_arbiter.c 400 pp->disp = MAXDISPERSE;
407 pp->disp = MAXDISPERSE;
refclock_ulink.c 482 pp->disp=MAXDISPERSE;
503 pp->disp=MAXDISPERSE;
refclock_wwvb.c 419 pp->disp = MAXDISPERSE;
423 pp->disp = MAXDISPERSE;
ntp_loopfilter.c 1128 ntv.maxerror = MAXDISPERSE * 1.0e6;
1129 ntv.esterror = MAXDISPERSE * 1.0e6;
ntp_proto.c 509 clock_filter(peer, 0., 0., MAXDISPERSE);
2599 if (p_del / 2 + p_disp >= MAXDISPERSE) /* test 7 */
3271 peer->disp = MAXDISPERSE;
3286 peer->filter_disp[u] = MAXDISPERSE;
3383 if (peer->filter_disp[j] >= MAXDISPERSE) {
3384 peer->filter_disp[j] = MAXDISPERSE;
3385 dst[i] = MAXDISPERSE;
3427 if ( dst[i] >= MAXDISPERSE
3535 double lastresort_dist = MAXDISPERSE;
ntp_refclock.c 392 clock_filter(peer, 0., 0., MAXDISPERSE);
  /src/external/bsd/ntp/dist/include/
ntp.h 116 #define MAXDISPERSE 16. /* max dispersion */

Completed in 66 milliseconds