Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_async.c572 fcs = PPP_FCS(fcs, 0xff); in ppp_async_encode()
574 fcs = PPP_FCS(fcs, 0x03); in ppp_async_encode()
588 fcs = PPP_FCS(fcs, c); in ppp_async_encode()
786 fcs = PPP_FCS(fcs, *p++); in process_input_packet()
975 fcs = PPP_FCS(fcs, data[i]); in async_lcp_peek()