Searched refs:packet_checksum_cstr (Results 1 – 1 of 1) sorted by relevance
457 char packet_checksum_cstr[3]; in DecompressPacket() local458 packet_checksum_cstr[0] = m_bytes[checksum_idx]; in DecompressPacket()459 packet_checksum_cstr[1] = m_bytes[checksum_idx + 1]; in DecompressPacket()460 packet_checksum_cstr[2] = '\0'; in DecompressPacket()461 long packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in DecompressPacket()799 const char *packet_checksum_cstr = &m_bytes[checksum_idx]; in CheckForPacket() local800 char packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in CheckForPacket()