Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDntp_loopfilter.c167 int tc_counter; /* jiggle counter */ variable
640 tc_counter = 0; in local_clock()
888 tc_counter = 0; in local_clock()
890 tc_counter += sys_poll; in local_clock()
891 if (tc_counter > CLOCK_LIMIT) { in local_clock()
892 tc_counter = CLOCK_LIMIT; in local_clock()
894 tc_counter = 0; in local_clock()
899 tc_counter -= sys_poll << 1; in local_clock()
900 if (tc_counter < -CLOCK_LIMIT) { in local_clock()
901 tc_counter = -CLOCK_LIMIT; in local_clock()
[all …]
HDntp_request.c1285 li->compliance = htonl((u_int32)(tc_counter)); in loop_info()
/NextBSD/contrib/ntp/include/
HDntpd.h421 extern int tc_counter; /* poll-adjust counter */