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

/linux-master/include/linux/
H A Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
/linux-master/drivers/net/ppp/
H A Dppp_async.c566 fcs = PPP_FCS(fcs, 0xff);
568 fcs = PPP_FCS(fcs, 0x03);
582 fcs = PPP_FCS(fcs, c);
780 fcs = PPP_FCS(fcs, *p++);
968 fcs = PPP_FCS(fcs, data[i]);

Completed in 84 milliseconds