Home | Sort by: relevance | last modified time | path |
/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] |