Searched refs:fcstab (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dppphdlc.h15 extern u_int16_t fcstab[256];
H A Dppphdlc.c38 u_int16_t fcstab[256] = variable
92 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];
H A Dpptpgre.c203 fcs = (fcs >> 8) ^ fcstab[(fcs ^ c) & 0xff];
288 fcs = (fcs >> 8) ^ fcstab[(fcs ^ c) & 0xff];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dl2tp.h173 #define fcstab ppp_crc16_table macro
181 #define PPP_FCS(fcs,c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dppp_fcs.c35 static u16 fcstab[256] = { variable
92 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp_defs.h103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp_defs.h85 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp_defs.h105 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp_defs.h95 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Ddemand.c47 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
170 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Ddemand.c206 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_ahdlc.c207 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c202 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_ahdlc.c209 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_ahdlc.c192 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c174 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_ahdlc.c192 static u_short fcstab[256] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c993 unsigned short fcstab[256] = { variable
1041 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];
H A Dpppoe2.c889 unsigned short fcstab[256] = { variable
937 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c1016 static unsigned short fcstab[256] = { variable
1051 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])

Completed in 126 milliseconds