Searched refs:PacketType (Results 1 – 7 of 7) sorted by relevance
251 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()267 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()617 GDBRemoteCommunication::PacketType650 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()718 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()828 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()830 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()834 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
85 enum class PacketType { Invalid = 0, Standard, Notify }; enum131 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
71 enum PacketType { enum
424 gci->PacketType = PXENV_PACKET_TYPE_CACHED_REPLY; in pxe_init()
455 uint16_t PacketType; /* type (defined right here) */ member