Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dhdlc.c63 static u_int16_t const fcstab[256] = { variable
115 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff]; in hdlc_Fcs()
130 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *pos++) & 0xff]; in HdlcFcsBuf()
/freebsd/sys/net/
H A Dppp_defs.h81 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/freebsd/sys/netgraph/
H A Dng_async.c169 static const u_int16_t fcstab[]; variable
593 static const u_int16_t fcstab[256] = { variable