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

  /src/sys/net/
ppp_defs.h 108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
ppp_tty.c 486 static const uint16_t fcstab[256] = { variable in typeref:typename:const uint16_t[256]

Completed in 13 milliseconds