Searched refs:PPP_FCS (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ppp/ |
D | ppp_async.c | 575 fcs = PPP_FCS(fcs, 0xff); in ppp_async_encode() 577 fcs = PPP_FCS(fcs, 0x03); in ppp_async_encode() 591 fcs = PPP_FCS(fcs, c); in ppp_async_encode() 789 fcs = PPP_FCS(fcs, *p++); in process_input_packet() 979 fcs = PPP_FCS(fcs, data[i]); in async_lcp_peek()
|
/linux-3.4.99/include/linux/ |
D | ppp_defs.h | 71 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
|
/linux-3.4.99/drivers/isdn/hisax/ |
D | netjet.c | 234 fcs = PPP_FCS(fcs, val); in make_raw_data() 339 fcs = PPP_FCS(fcs, val); in make_raw_data_56k() 488 bcs->hw.tiger.r_fcs = PPP_FCS(bcs->hw.tiger.r_fcs, r_val); in read_raw() 561 PPP_FCS(bcs->hw.tiger.r_fcs, r_val); in read_raw()
|