Searched refs:PPP_FCS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_async.c | 576 fcs = PPP_FCS(fcs, 0xff); in ppp_async_encode() 578 fcs = PPP_FCS(fcs, 0x03); in ppp_async_encode() 592 fcs = PPP_FCS(fcs, c); in ppp_async_encode() 790 fcs = PPP_FCS(fcs, *p++); in process_input_packet() 979 fcs = PPP_FCS(fcs, data[i]); in async_lcp_peek()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_async.c | 565 fcs = PPP_FCS(fcs, 0xff); in ppp_async_encode() 567 fcs = PPP_FCS(fcs, 0x03); in ppp_async_encode() 581 fcs = PPP_FCS(fcs, c); in ppp_async_encode() 779 fcs = PPP_FCS(fcs, *p++); in process_input_packet() 967 fcs = PPP_FCS(fcs, data[i]); in async_lcp_peek()
|
Completed in 3 milliseconds