Searched refs:first_packet_byte (Results 1 – 2 of 2) sorted by relevance
307 ExtractIsReply (uint8_t first_packet_byte) const in ExtractIsReply() argument310 return (first_packet_byte & ePacketTypeMask) != 0; in ExtractIsReply()314 ExtractCommand (uint8_t first_packet_byte) const in ExtractCommand() argument317 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
852 const uint8_t first_packet_byte = packet.GetU8 (&offset); in DumpPacket() local856 const CommandType command = ExtractCommand (first_packet_byte); in DumpPacket()860 const bool is_reply = ExtractIsReply(first_packet_byte); in DumpPacket()865 first_packet_byte, in DumpPacket()