Lines Matching refs:string_view
78 std::string_view getIgnoredInterfacesEnv() in getIgnoredInterfacesEnv()
89 std::unordered_set<std::string_view>
90 parseInterfaces(std::string_view interfaces) in parseInterfaces()
92 std::unordered_set<std::string_view> result; in parseInterfaces()
119 const std::unordered_set<std::string_view>& getIgnoredInterfaces() in getIgnoredInterfaces()
127 std::optional<std::string> interfaceToUbootEthAddr(std::string_view intf) in interfaceToUbootEthAddr()
152 static std::optional<DHCPVal> systemdParseDHCP(std::string_view str) in systemdParseDHCP()
170 std::string_view section, std::string_view key, in systemdParseLast()
194 return decltype(fun(std::string_view{}))(std::nullopt); in systemdParseLast()
216 std::string_view key) in getDHCPProp()
218 std::string_view type = (dhcpType == DHCPType::v4) ? "DHCPv4" : "DHCPv6"; in getDHCPProp()