Home
last modified time | relevance | path

Searched refs:sys_rootdisp (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c113 double sys_rootdisp; /* dispersion to root (primary source) */ variable
2947 prev_rootdisp = sys_rootdisp; in clock_update()
2949 sys_rootdisp = dtemp; in clock_update()
2951 sys_rootdisp = sys_mindisp; in clock_update()
3012 sys_rootdisp = 0; in clock_update()
4167 xpkt.rootdisp = HTONS_FP(DTOUFP(sys_rootdisp)); in peer_xmit()
4701 this_rootdisp = sys_rootdisp; in fast_xmit()
4707 this_rootdisp = sys_rootdisp; in fast_xmit()
4934 xpkt.rootdisp = HTONS_FP(DTOUFP(sys_rootdisp)); in pool_xmit()
5331 sys_rootdisp = 0; in init_proto()
H A Dntp_loopfilter.c450 * sys_rootdisp variable equal to the peer dispersion.
779 sys_rootdelay / 2 + sys_rootdisp); in local_clock()
940 * sys_rootdisp variable.
958 sys_rootdisp += clock_phi; in adj_host_clock()
H A Dntp_timer.c391 sys_rootdisp = 0; in timer()
H A Dntp_request.c1096 is->rootdispersion = htonl(DTOUFP(sys_rootdisp)); in sys_info()
H A Dntp_control.c1953 sys_rootdisp * 1e3); in ctl_putsys()
/freebsd/contrib/ntp/include/
H A Dntpd.h521 extern double sys_rootdisp; /* dispersion to primary source */
/freebsd/contrib/ntp/
H A DChangeLog2128 * [Bug 2085] from 4.2.6p5-RC3: clock_update() sys_rootdisp calculation
2151 * Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
3382 * [Bug 2085] clock_update() sys_rootdisp calculation omits root delay.
H A DNEWS3514 This release updates sys_rootdisp and sys_jitter calculations to match the
3535 * Include root delay in clock_update() sys_rootdisp calculations
7280 This release updates sys_rootdisp and sys_jitter calculations to match the
7301 * Include root delay in clock_update() sys_rootdisp calculations
H A DCommitLog[all...]