Searched refs:xmitcsum (Results 1 – 1 of 1) sorted by relevance
228 unsigned char xmitcsum; in getpacket() local245 xmitcsum = -1; in getpacket()265 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()266 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()267 if (checksum != xmitcsum) in getpacket()282 } while (checksum != xmitcsum); in getpacket()