Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_control.c332 #define CC_MAXCODE CC_FUDGEMINJIT macro
4646 wants_alloc = CC_MAXCODE + 1 + count_var(kv); in read_clockstatus()
4667 wants[CC_MAXCODE + 1 + v->code] = TRUE; in read_clockstatus()
4673 for (i = 1; i <= CC_MAXCODE; i++) in read_clockstatus()
4678 if (wants[i + CC_MAXCODE + 1]) in read_clockstatus()
5093 for (i = 1; i <= CC_MAXCODE; i++) in report_event()