Searched refs:PacketType (Results 1 – 4 of 4) sorted by relevance
250 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()266 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()615 GDBRemoteCommunication::PacketType648 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()716 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()826 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()828 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()832 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,
446 uint16_t PacketType; /* type (defined right here) */ member
225 gci_p->PacketType = PXENV_PACKET_TYPE_BINL_REPLY; in pxe_init()