Searched refs:PPP_FCS (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/net/
H A Dppp_defs.h103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Ddemand.c47 #ifdef PPP_FCS
48 #undef PPP_FCS macro
49 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
280 fcs = PPP_FCS(fcs, c);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp_defs.h105 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dppp_defs.h101 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dl2tp.h181 #define PPP_FCS(fcs,c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
H A Dcontrol.c126 fcs = PPP_FCS (fcs, *c);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dppp_async.c574 fcs = PPP_FCS(fcs, 0xff);
576 fcs = PPP_FCS(fcs, 0x03);
590 fcs = PPP_FCS(fcs, c);
788 fcs = PPP_FCS(fcs, *p++);
978 fcs = PPP_FCS(fcs, data[i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dppp_ahdlc.c665 fcs = PPP_FCS(fcs, *dp);
847 state->infcs = PPP_FCS(state->infcs, *dp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_ahdlc.c632 fcs = PPP_FCS(fcs, *dp);
809 state->infcs = PPP_FCS(state->infcs, *dp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dnetjet.c233 fcs = PPP_FCS (fcs, val);
338 fcs = PPP_FCS (fcs, val);
487 bcs->hw.tiger.r_fcs = PPP_FCS (bcs->hw.tiger.r_fcs, r_val);
560 PPP_FCS (bcs->hw.tiger.r_fcs, r_val);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Ddemand.c283 fcs = PPP_FCS(fcs, c);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c312 fcs = PPP_FCS(fcs, p[k]);

Completed in 109 milliseconds