Searched refs:PPP_FCS (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/include/net/
H A Dppp_defs.h103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
/external/kernel-headers/original/linux/
H A Dppp_defs.h101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
/external/ppp/pppd/
H A Ddemand.c253 fcs = PPP_FCS(fcs, c);

Completed in 13 milliseconds