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

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h129 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c178 static u_short fcstab[256] = { variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c187 static u_short fcstab[256] = { variable
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c212 static ushort_t fcstab[256] = { variable

Completed in 269 milliseconds