Searched refs:PacketType (Results 1 – 4 of 4) sorted by relevance
239 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()255 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()605 GDBRemoteCommunication::PacketType638 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()706 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()783 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()821 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()823 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()827 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
73 enum class PacketType { Invalid = 0, Standard, Notify }; enum119 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
446 uint16_t PacketType; /* type (defined right here) */ member
225 gci_p->PacketType = PXENV_PACKET_TYPE_BINL_REPLY; in pxe_init()