Searched refs:packet_checksum (Results 1 – 1 of 1) sorted by relevance
450 long packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in DecompressPacket() local454 bool success = packet_checksum == actual_checksum; in DecompressPacket()458 (int)(pkt_size), m_bytes.c_str(), (uint8_t)packet_checksum, in DecompressPacket()793 char packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in CheckForPacket() local796 success = packet_checksum == actual_checksum; in CheckForPacket()802 (uint8_t)packet_checksum, (uint8_t)actual_checksum); in CheckForPacket()