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.cpp90 parseInterfaces(std::string_view interfaces) in parseInterfaces() function
121 static auto ignoredInterfaces = parseInterfaces(getIgnoredInterfacesEnv()); in getIgnoredInterfaces()
H A Dutil.hpp89 parseInterfaces(std::string_view interfaces);