Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dutil.hpp90 std::string_view getIgnoredInterfacesEnv();
H A Dutil.cpp80 std::string_view getIgnoredInterfacesEnv() in getIgnoredInterfacesEnv() function
123 static auto ignoredInterfaces = parseInterfaces(getIgnoredInterfacesEnv()); in getIgnoredInterfaces()