Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dconst.hpp27 static constexpr auto MAC_ADDRESS_LEN_BYTES = 6; variable
H A Dimpl.cpp476 auto stop = std::next(iterator, MAC_ADDRESS_LEN_BYTES); in readKwData()