Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dppp_defs.h83 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/f-stack/freebsd/netgraph/
H A Dng_async.c171 static const u_int16_t fcstab[]; variable
595 static const u_int16_t fcstab[256] = { variable