Searched refs:parseInterfaces (Results 1 – 3 of 3) sorted by relevance
57 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()
93 std::unordered_set<std::string_view> parseInterfaces(
91 std::unordered_set<std::string_view> parseInterfaces( in parseInterfaces() function123 static auto ignoredInterfaces = parseInterfaces(getIgnoredInterfacesEnv()); in getIgnoredInterfaces()