Searched refs:PacketType (Results 1 – 4 of 4) sorted by relevance
275 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()641 GDBRemoteCommunication::PacketType674 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()742 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()852 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()854 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()858 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()1294 PacketType type = CheckForPacket(bytes, len, packet); in AppendBytesToCache()1302 if (type == PacketType::Invalid) in AppendBytesToCache()1305 if (type == PacketType::Standard) { in AppendBytesToCache()[all …]
64 enum class PacketType { Invalid = 0, Standard, Notify }; enum110 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
449 uint16_t PacketType; /* type (defined right here) */ member
228 gci_p->PacketType = PXENV_PACKET_TYPE_BINL_REPLY; in pxe_init()