Searched refs:fcstab (Results 1 – 4 of 4) sorted by relevance
183 static u_short fcstab[256] = { variable217 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
180 static u_short fcstab[256] = { variable214 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
486 static const uint16_t fcstab[256] = { variable