/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_datum.c | 499 double dispersion; in datum_pts_receive() local 715 dispersion = DATUM_DISPERSION; /* set the dispersion to 0 */ in datum_pts_receive() 716 ftimerr = dispersion; in datum_pts_receive() 719 printf("dispersion = %d, %f\n", dispersion, ftimerr); in datum_pts_receive()
|
H A D | refclock_msfees.c | 1250 double dispersion; /* ++++ */ in ees_process() local 1325 dispersion = LFPTOFP(&tmp) / 2; /* ++++ */ in ees_process() 1331 (dispersion * 1526) / 100, in ees_process() 1368 dispersion /= 4; in ees_process() 1374 (dispersion * 1526) / 100); in ees_process()
|
H A D | complete.conf.in | 32 tinker allan 1500 dispersion 15 freq 0 huffpuff 7200 panic 1000 step 0.128 stepout 900 tick 0.01
|
H A D | ntp_util.c | 577 * dispersion 586 double dispersion, in record_peer_stats() argument 606 delay, dispersion, jitter); in record_peer_stats() 717 * leap, version, mode, stratum, ppoll, precision, root delay, root dispersion, REFID
|
H A D | ntp_request.c | 785 ips->dispersion = HTONS_FP(DTOUFP(SQRT(pp->disp))); in list_peers_sum() 930 ip->dispersion = HTONS_FP(DTOUFP(SQRT(pp->disp))); in peer_info()
|
H A D | invoke-ntp.conf.texi | 1095 delay, dispersion and RMS jitter, all in seconds. 2898 @item @code{tinker} @code{[@code{allan} @kbd{allan} | @code{dispersion} @kbd{dispersion} | @code{freq} @kbd{freq} | @code{huffpuff} @kbd{huffpuff} | @code{panic} @kbd{panic} | @code{step} @kbd{step} | @code{stepback} @kbd{stepback} | @code{stepfwd} @kbd{stepfwd} | @code{stepout} @kbd{stepout}]} 2924 @item @code{dispersion} @kbd{dispersion} 2925 The argument becomes the new value for the dispersion increase rate,
|
H A D | ntp.conf.def | 1158 delay, dispersion and RMS jitter, all in seconds. 3105 .Cm dispersion Ar dispersion | 3140 .It Cm dispersion Ar dispersion 3141 The argument becomes the new value for the dispersion increase rate,
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 153 char *dispersion; /* Dispersion */ member 168 char *dispersion; member 908 f->dispersion = strdup(w); in parse_filt() 941 free(p->dispersion); in fetch_peers() 948 free(f->dispersion); in fetch_peers() 1084 p->dispersion = strdup(val); in fetch_peers() 1336 return (string_get(value, t->dispersion, -1)); in op_ntpPeersVarTable() 1460 return (string_get(value, t->dispersion, -1)); in op_ntpFilterRegisterTable()
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.h | 41 u_fp dispersion; /* filter estimated dispersion */ member
|
H A D | ntpdate.c | 1003 server->dispersion = PEER_MAXDISP; in clock_filter() 1010 server->dispersion = 0; in clock_filter() 1025 server->dispersion += (u_fp)(d) >> i; in clock_filter() 1110 d = server->dispersion + server->dispersion; in clock_select() 2223 fptoa((s_fp)pp->delay, 5), ufptoa(pp->dispersion, 5)); in print_server()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 56 offsetof(dispersion) = 28 96 offsetof(dispersion) = 192
|
H A D | ntpdc_ops.c | 510 ufptoa(NTOHS_FP(plist->dispersion), 5)); in dopeers() 674 ufptoa(NTOHS_FP(pp->dispersion), 5), in printpeer()
|
H A D | ntpdc-opts.def | 332 offset and dispersion of the peer, all in seconds.
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 363 u_fp dispersion; /* peer.estdisp */ member 408 u_fp dispersion; /* peer.estdisp */ member
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.def | 682 bad dispersion, bad reference time, candidate order. 751 stratum, log2 precision, root delay, root dispersion, 831 total dispersion to the primary reference clock 920 total root dispersion to the primary reference clock 951 .It Cm dispersion 952 filter dispersion
|
H A D | ntpq.texi | 538 total dispersion to the primary reference clock 686 @tab total root dispersion to the primary reference clock 735 @item @code{dispersion} 737 filter dispersion
|
H A D | invoke-ntpq.texi | 560 bad dispersion, bad reference time, candidate order. 631 stratum, log2 precision, root delay, root dispersion, 711 total dispersion to the primary reference clock 800 total root dispersion to the primary reference clock 831 @item @code{dispersion} 832 filter dispersion
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 112 (int) offsetof(struct info_peer_summary, dispersion)); 192 (int) offsetof(struct info_peer, dispersion));
|
/freebsd/contrib/ntp/html/hints/ |
H A D | notes-xntp-v3 | 23 dispersion, respectively, of the peer clock relative to the local
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.stats | 27 0.37532 dispersion (s)
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpv4-mib.mib | 272 "The root dispersion of the running NTP entity, e.g., '6.927'." 583 "The root dispersion of the association."
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 1668 * [2085] Fix root distance and root dispersion calculations. 2262 * Update sntp tests to track the change of root dispersion to 2273 * Have sntp report synchronization distance instead of root dispersion. 3776 * sntp: Show root dispersion. 4453 intercept and the sum of delay and dispersion above that. The net result 4900 * [Bug 666] ntpq opeers displays jitter rather than dispersion.
|
H A D | NEWS | 1582 that did not include the peer dispersion. The calculations and 5348 that did not include the peer dispersion. The calculations and
|
H A D | CommitLog | 21286 Added leap smear/root dispersion comment 21289 Added leap smear/root dispersion comment [all...] |
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 5216 …dispersion algorithms for the polyphase sorting procedure are examined.The optimum algorithm based… 5220 …keywords = "dispersion algorithm; dispersion algorithms; minimizing; optimisation; optimum; op…
|