Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Ddemand.c184 static u_short fcstab[256] = { variable
A Dpppos.c100 static const u16_t fcstab[256] = { variable
134 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])

Completed in 4 milliseconds