Searched refs:REQUEST_PACKET_VERSION_V4 (Results 1 – 2 of 2) sorted by relevance
74 …static constexpr uint32_t REQUEST_PACKET_VERSION_V4 = SOFTWARE_VERSION_RELEASE_6_0 + 3; // 3 is ve… variable75 static constexpr uint32_t REQUEST_PACKET_VERSION_CURRENT = REQUEST_PACKET_VERSION_V4;
1020 …if (remoteVersion >= RemoteExecutorRequestPacket::REQUEST_PACKET_VERSION_V4 && remoteSecLabel == N… in CheckRemoteRecvData()