Home
last modified time | relevance | path

Searched refs:clock_filter (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c206 static void clock_filter (struct server *);
963 clock_filter( in clock_filter() function
1267 clock_filter(sp); in clock_adjust()
/freebsd/contrib/ntp/include/
H A Dntpd.h258 extern void clock_filter (struct peer *, double, double, double);
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c390 clock_filter(peer, 0., 0., MAXDISPERSE); in refclock_transmit()
702 clock_filter(peer, pp->offset, 0., pp->jitter); in refclock_receive()
H A Dntp_proto.c507 clock_filter(peer, 0., 0., MAXDISPERSE); in transmit()
2867 clock_filter(peer, p_offset + peer->bias, p_del, p_disp); in process_packet()
3335 clock_filter( in clock_filter() function
/freebsd/contrib/ntp/
H A DCommitLog-4.1.0165 * ntpd/ntp_proto.c (clock_filter): Huff-n-Puff and Popcorn
180 * ntpd/ntp_proto.c (clock_filter): Lose "off", xtemp and ytemp,
293 (clock_filter): Don't update peer->epoch here. Fix the filter
409 * ntpd/ntp_proto.c (clock_filter): Update comments. Lose etemp;
561 (clock_filter): Bugfixes from Mark Martinec <Mark.Martinec@ijs.si>
669 * ntpd/ntp_proto.c (clock_filter): Rewrite.
720 * ntpd/ntp_proto.c (clock_filter): Swell stuff.
1143 (process_packet): Fix call to clock_filter (p_disp)
1145 (clock_filter): Initialize jit to f(sys_precision)
1146 (clock_filter): Update jit using distance[i] instead of
[all …]
H A DChangeLog3088 * clock_filter()/reachability fixes from Dave Mills.