HomeSort by relevance Sort by last modified time
    Searched refs:fcstab (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/include/net/
ppp_defs.h 103 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
  /external/ppp/pppd/
demand.c 176 static u_short fcstab[256] = { variable

Completed in 33 milliseconds