Searched refs:PPP_FCS (Results 1 – 3 of 3) sorted by relevance
129 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro133 #define PPPFCS16(fcs, c) PPP_FCS((fcs), (c))
255 fcs = PPP_FCS(fcs, c);
298 fcs = PPP_FCS(fcs, p[k]);