Searched refs:SS_OTHER_N (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/ntpd/ | ||
H A D | ntp_scanner.h | 82 #define SS_OTHER_N(ss) (((u_int)(ss) >> 21) & 0x7ff) macro |
H A D | ntp_scanner.c | 458 curr_s = SS_OTHER_N(sst[curr_s]); in is_keyword() |