Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIntrusionSensorMain.cpp261 auto findEthIndex = baseConfiguration->second.find("EthIndex"); in getNicNameInfo() local
264 if (findEthIndex != baseConfiguration->second.end() && in getNicNameInfo()
268 std::get_if<uint64_t>(&findEthIndex->second); in getNicNameInfo()