Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIntrusionSensorMain.cpp267 const auto* pEthIndex = in getNicNameInfo() local
270 if (pEthIndex != nullptr && pName != nullptr) in getNicNameInfo()
272 lanInfoMap[*pEthIndex] = *pName; in getNicNameInfo()
275 std::cout << "find name of eth" << *pEthIndex << " is " in getNicNameInfo()