Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dutil.hpp92 const std::unordered_set<std::string_view>& getIgnoredInterfaces();
H A Dutil.cpp119 const std::unordered_set<std::string_view>& getIgnoredInterfaces() in getIgnoredInterfaces() function
H A Dnetwork_manager.cpp214 const auto& ignored = internal::getIgnoredInterfaces(); in addInterface()