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