Searched defs:fcs (Results 1 – 5 of 5) sorted by relevance
129 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument133 #define PPPFCS16(fcs, c) PPP_FCS((fcs), (c)) argument137 #define PPPFCS32(fcs, c) (((fcs) >> 8) ^ crc32_table[((fcs) ^ (c)) & 0xff]) argument
57 static int fcs; variable
2058 uint32_t fcs; local2086 uint32_t fcs; local
249 unsigned short fcs; local
322 uint32_t fcs; /* generated by MAC */ member