Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp68 std::memcpy(&manufacturer_id_, ncsi_buf.data + payload_offset, in parse_ethernet_frame()
69 sizeof(manufacturer_id_)); in parse_ethernet_frame()
70 manufacturer_id_ = ntohl(manufacturer_id_); in parse_ethernet_frame()
73 *(ncsi_buf.data + payload_offset + sizeof(manufacturer_id_) + 3); in parse_ethernet_frame()
H A Dnic_mock.h92 return manufacturer_id_; in get_manufacturer_id()
124 uint32_t manufacturer_id_; variable