Searched refs:fcstab (Results 1 – 2 of 2) sorted by relevance
| /external/lib/lwip/netif/ppp/ | ||
| A D | ppp_impl.h | 155 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) |
| A D | ppp.c | 297 static const u_short fcstab[256] = { variable |
Completed in 6 milliseconds