Searched defs:PPP_FCS (Results 1 – 2 of 2) sorted by relevance
103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro