Searched refs:fcstab (Results 1 – 4 of 4) sorted by relevance
109 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
176 static u_short fcstab[256] = { variable
164 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
294 static const u_short fcstab[256] = { variable