Searched refs:tc_counter (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c159 int tc_counter; /* jiggle counter */ variable
408 tc_counter = 0;
717 tc_counter += sys_poll;
718 if (tc_counter > CLOCK_LIMIT) {
719 tc_counter = CLOCK_LIMIT;
721 tc_counter = 0;
726 tc_counter -= sys_poll << 1;
727 if (tc_counter < -CLOCK_LIMIT) {
728 tc_counter = -CLOCK_LIMIT;
730 tc_counter
[all...]
H A Dntp_request.c1301 extern int tc_counter;
1311 li->compliance = htonl((u_int32)(tc_counter));
/freebsd-10.0-release/contrib/ntp/include/
H A Dntpd.h348 extern int tc_counter; /* poll-adjust counter */

Completed in 66 milliseconds