Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/ip/snoopy/
H A Dhdlc.c21 ushort fcstab[256] = variable
149 fcs = (fcs >> 8) ^ fcstab[(fcs ^ c) & 0xff]; in p_framer()
/plan9/sys/src/cmd/ip/ppp/
H A Dppp.c38 ushort fcstab[256] = variable
448 fcs = (fcs >> 8) ^ fcstab[(fcs ^ c) & 0xff]; in getframe()
551 fcs = (fcs >> 8) ^ fcstab[(fcs ^ c) & 0xff]; in putframe()