Home
last modified time | relevance | path

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

/external/ppp/pppd/include/net/
Dppp_defs.h109 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
/external/ppp/pppd/
Ddemand.c176 static u_short fcstab[256] = { variable
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h164 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
Dppp.c294 static const u_short fcstab[256] = { variable