Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ppp/
Dppp_async.c575 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/
Dppp_defs.h71 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
/linux-3.4.99/drivers/isdn/hisax/
Dnetjet.c234 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()