Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
/linux-6.3-rc2/drivers/net/ppp/
A Dppp_async.c570 fcs = PPP_FCS(fcs, 0xff); in ppp_async_encode()
572 fcs = PPP_FCS(fcs, 0x03); in ppp_async_encode()
586 fcs = PPP_FCS(fcs, c); in ppp_async_encode()
784 fcs = PPP_FCS(fcs, *p++); in process_input_packet()
973 fcs = PPP_FCS(fcs, data[i]); in async_lcp_peek()

Completed in 5 milliseconds