Searched refs:Packet (Results 1 – 10 of 10) sorted by relevance
31 Packet::Packet(serial_data_type_t type) : type_(type) {} in Packet() function in test_vendor_lib::Packet33 bool Packet::Encode(const std::vector<uint8_t>& header, in Encode()42 const std::vector<uint8_t>& Packet::GetHeader() const { in GetHeader()48 uint8_t Packet::GetHeaderSize() const { in GetHeaderSize()52 size_t Packet::GetPacketSize() const { in GetPacketSize()57 const std::vector<uint8_t>& Packet::GetPayload() const { in GetPayload()61 uint8_t Packet::GetPayloadSize() const { in GetPayloadSize()65 serial_data_type_t Packet::GetType() const { in GetType()
29 CommandPacket::CommandPacket() : Packet(DATA_TYPE_COMMAND) {} in CommandPacket()
33 : Packet(DATA_TYPE_EVENT) { in EventPacket()
56 class Packet {58 Packet();59 virtual ~Packet();101 DISALLOW_COPY_AND_ASSIGN(Packet);165 bool IsIncomingPacketAllowed(const Packet& packet, time_t now);168 void LogOutgoingPacket(const Packet& packet, time_t now);
53 NetfilterQueueProcessor::Packet::Packet() in Packet() function in shill::shims::NetfilterQueueProcessor::Packet63 NetfilterQueueProcessor::Packet::~Packet() {} in ~Packet()72 bool NetfilterQueueProcessor::Packet::ParseNetfilterData( in ParseNetfilterData()92 bool NetfilterQueueProcessor::Packet::ParsePayloadUDPData( in ParsePayloadUDPData()124 void NetfilterQueueProcessor::Packet::SetValues(int in_device, in SetValues()253 Packet packet; in InputQueueCallback()276 Packet packet; in OutputQueueCallback()359 const Packet& packet, time_t now) { in IsIncomingPacketAllowed()402 const Packet& packet, time_t now) { in LogOutgoingPacket()
80 NetfilterQueueProcessor::Packet packet_;
31 class Packet {33 virtual ~Packet() = default;62 Packet(serial_data_type_t type);
43 class CommandPacket : public Packet {
42 class EventPacket : public Packet {
236 -- UDP Packet format --243 ID Packet ID:249 Packet types are described in more detail below.251 Flags Packet flags: 0 0 0 0 0 0 0 C261 Data Packet data, not present in all packets.263 -- Packet Types --292 -- Packet Size --303 -- Packet Re-Transmission --