taglinefilesource code
ppp_crc16_table331drivers/net/ppp.c#define PPP_FCS(fcs, c)  (((fcs) >> 8) ^ ppp_crc16_table[((fcs) ^ (c)) & 0xff])
ppp_crc16_table333drivers/net/ppp.cunsigned short ppp_crc16_table[256] =
ppp_crc16_table560drivers/net/ppp.cY(ppp_crc16_table),