Searched refs:packet_checksum (Results 1 – 1 of 1) sorted by relevance
460 long packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in DecompressPacket() local464 bool success = packet_checksum == actual_checksum; in DecompressPacket()468 (int)(pkt_size), m_bytes.c_str(), (uint8_t)packet_checksum, in DecompressPacket()798 char packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in CheckForPacket() local801 success = packet_checksum == actual_checksum; in CheckForPacket()807 (uint8_t)packet_checksum, (uint8_t)actual_checksum); in CheckForPacket()