Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/test/
H A Dtest_util.cpp57 auto ret = internal::parseInterfaces({}); in TEST()
60 ret = internal::parseInterfaces(" , ,, "); in TEST()
68 auto ret = internal::parseInterfaces("eth0"); in TEST()
72 ret = internal::parseInterfaces(" ,eth0, eth1 ,bond1, usb0,,"); in TEST()
/openbmc/phosphor-networkd/src/
H A Dutil.hpp93 std::unordered_set<std::string_view> parseInterfaces(
H A Dutil.cpp91 std::unordered_set<std::string_view> parseInterfaces( in parseInterfaces() function
123 static auto ignoredInterfaces = parseInterfaces(getIgnoredInterfacesEnv()); in getIgnoredInterfaces()