Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.h46 return ethertype_; in get_ethertype()
51 return ethertype_ == NCSI_ETHERTYPE; in is_ncsi()
120 uint16_t ethertype_ = NCSI_ETHERTYPE; variable
H A Dnic_mock.cpp36 ethertype_ = (et_hi << 8) + et_lo; in parse_ethernet_frame()
38 if (ethertype_ != NCSI_ETHERTYPE) in parse_ethernet_frame()