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

/haiku/src/add-ons/kernel/network/ppp/modem/
H A Dfcs.h15 static u16 fcstab[256] = { variable
59 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];

Completed in 35 milliseconds