Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c1520 static int ncltypes = sizeof(parse_clockinfo) / sizeof(struct parse_clockinfo); variable
1523 #define CLK_TYPE(x) ((CLK_REALTYPE(x) >= ncltypes) ? ~0 : CLK_REALTYPE(x))
3016 unit, CLK_REALTYPE(peer), ncltypes-1); in parse_start()