Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h127 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c172 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.c211 static ushort_t fcstab[256] = { variable