Home
last modified time | relevance | path

Searched defs:PacketType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h29 enum PacketType { ePacketTypeInvalid = 0, ePacketTypeSend, ePacketTypeRecv }; enum
H A DGDBRemoteCommunication.h61 enum class PacketType { Invalid = 0, Standard, Notify }; enum
H A DGDBRemoteCommunicationServerLLGS.cpp1195 enum PacketType { MetaData, BufferData }; enum
/freebsd-12.1/stand/i386/libi386/
H A Dpxe.h450 uint16_t PacketType; /* type (defined right here) */ member