taglinefilesource code
ppp_crc16_table325drivers/net/ppp.c#define PPP_FCS(fcs, c)  (((fcs) >> 8) ^ ppp_crc16_table[((fcs) ^ (c)) & 0xff])
ppp_crc16_table327drivers/net/ppp.cunsigned short ppp_crc16_table[256] =
ppp_crc16_table543drivers/net/ppp.cX(ppp_crc16_table),