Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.h81 #define SS_MATCH_N(ss) (((u_int)(ss) >> 10) & 0x7ff) macro
H A Dntp_scanner.c469 curr_s = SS_MATCH_N(sst[curr_s]); in is_keyword()