Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp34 const uint8_t et_hi = *(ncsi_buf.data + 2 * sizeof(mac_addr_t)); in parse_ethernet_frame() local
36 ethertype_ = (et_hi << 8) + et_lo; in parse_ethernet_frame()