Searched defs:CRC (Results 1 – 4 of 4) sorted by relevance
25 #define CRC(crc, ch) (crc = (crc >> 8) ^ crctab[(crc ^ (ch)) & 0xff]) macro
52 #define CRC 0x04 /* CRC error */ macro
77 uint16_t CRC; /* low 16 bits */ member
627 u_int32_t CRC:1; member