Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
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()
/mirbsd/src/sys/net/
Dppp_defs.h89 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
Dppp_tty.c465 static u_int16_t fcstab[256] = { variable
/mirbsd/src/usr.sbin/pppd/
Ddemand.c216 static u_short fcstab[256] = { variable