Home
last modified time | relevance | path

Searched refs:fcstab (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ppp/dist/pppd/
Ddemand.c183 static u_short fcstab[256] = { variable
217 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/netbsd/src/external/bsd/ppp/dist/pppdump/
Dpppdump.c180 static u_short fcstab[256] = { variable
214 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/netbsd/src/sys/net/
Dppp_defs.h108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
Dppp_tty.c486 static const uint16_t fcstab[256] = { variable