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

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_loopfilter.c155 int tc_counter; /* jiggle counter */ variable
400 tc_counter = 0;
653 tc_counter += sys_poll;
654 if (tc_counter > CLOCK_LIMIT) {
655 tc_counter = CLOCK_LIMIT;
657 tc_counter = 0;
662 tc_counter -= sys_poll << 1;
663 if (tc_counter < -CLOCK_LIMIT) {
664 tc_counter = -CLOCK_LIMIT;
666 tc_counter
[all...]
H A Dntp_request.c1302 extern int tc_counter;
1312 li->compliance = htonl((u_int32)(tc_counter));
/macosx-10.9.5/ntp-88/include/
H A Dntpd.h373 extern int tc_counter; /* poll-adjust counter */
H A Dntpd.h.orig372 extern int tc_counter; /* poll-adjust counter */

Completed in 77 milliseconds