HomeSort by: relevance | last modified time | path
    Searched refs:fcstab (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
ppp_defs.h 103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
ppp_tty.c 486 static const uint16_t fcstab[256] = { variable
  /src/external/bsd/ppp/dist/pppd/
demand.c 183 static u_short fcstab[256] = { variable
217 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
  /src/external/bsd/ppp/dist/pppdump/
pppdump.c 180 static u_short fcstab[256] = { variable
214 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])

Completed in 35 milliseconds