Searched refs:rfc_crctable (Results 1 – 1 of 1) sorted by relevance
46 static const UINT8 rfc_crctable[] = variable87 fcs = rfc_crctable[fcs ^ *p++]; in rfc_calc_fcs()113 fcs = rfc_crctable[fcs ^ *p++]; in rfc_check_fcs()117 fcs = rfc_crctable[fcs ^ received_fcs]; in rfc_check_fcs()