Searched refs:xmitcsum (Results 1 – 1 of 1) sorted by relevance
229 unsigned char xmitcsum; in getpacket() local246 xmitcsum = -1; in getpacket()266 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()267 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()268 if (checksum != xmitcsum) in getpacket()283 } while (checksum != xmitcsum); in getpacket()
Completed in 3 milliseconds