Searched refs:IN_RX_MAP (Results 1 – 1 of 1) sorted by relevance
142 #define IN_RX_MAP(c, m) (((c) < 0x20) && ((m) & (1 << (c)))) macro1548 if (IN_RX_MAP(chr, state->sa_raccm)) { in ahdlc_decode()