Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDntp_control.c241 #define CS_MAXCODE CS_DIGEST macro
243 #define CS_MAXCODE CS_MAX_NOAUTOKEY macro
3352 wants_count = CS_MAXCODE + 1 + count_var(ext_sys_var); in read_sysvars()
3372 n = v->code + CS_MAXCODE + 1; in read_sysvars()
3379 for (n = 1; n <= CS_MAXCODE; n++) in read_sysvars()
3382 for (n = 0; n + CS_MAXCODE + 1 < wants_count; n++) in read_sysvars()
3383 if (wants[n + CS_MAXCODE + 1]) { in read_sysvars()