Searched defs:fcs (Results 1 – 3 of 3) sorted by relevance
62 int fcs; variable
18 int fcs; member
113 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument