Searched refs:PPP_FCS (Results 1 – 3 of 3) sorted by relevance
87 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
134 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro149 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_get_fcs(((fcs) ^ (c)) & 0xff)) macro708 pppos->in_fcs = PPP_FCS(pppos->in_fcs, cur_char); in pppos_input()842 *fcs = PPP_FCS(*fcs, c); in pppos_output_append()
269 fcs = PPP_FCS(fcs, c);