Searched refs:fcstab (Results 1 – 2 of 2) sorted by relevance
83 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
171 static const u_int16_t fcstab[]; variable595 static const u_int16_t fcstab[256] = { variable