Home
last modified time | relevance | path

Searched refs:control_packet_type_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.h56 return control_packet_type_; in get_control_packet_type()
61 control_packet_type_ = control_packet_type; in set_conrol_packet_type()
66 return control_packet_type_ == NCSI_OEM_COMMAND; in is_oem_command()
121 uint8_t control_packet_type_; variable
H A Dnic_mock.cpp47 control_packet_type_ = in parse_ethernet_frame()
52 if (control_packet_type_ & NCSI_RESPONSE) in parse_ethernet_frame()
55 control_packet_type_ &= ~NCSI_RESPONSE; in parse_ethernet_frame()
66 if (control_packet_type_ == NCSI_OEM_COMMAND) in parse_ethernet_frame()