Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/net/
Dppp_defs.h87 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/third_party/lwip/src/netif/ppp/
Ddemand.c184 static u_short fcstab[256] = { variable
Dpppos.c100 static const u16_t fcstab[256] = { variable
134 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])