Searched refs:staticNameServers (Results 1 – 4 of 4) sorted by relevance
135 std::vector<std::string> staticNameServers; member340 const std::vector<std::string>* staticNameServers = in extractEthernetInterfaceData() local343 if (staticNameServers != nullptr) in extractEthernetInterfaceData()345 ethData.staticNameServers = *staticNameServers; in extractEthernetInterfaceData()1967 jsonResponse["StaticNameServers"] = ethData.staticNameServers; in parseInterfaceData()2351 std::optional<std::vector<std::string>> staticNameServers; in requestEthernetInterfacesRoutes() local2382 "StaticNameServers", staticNameServers // in requestEthernetInterfacesRoutes()2399 staticNameServers = std::move(staticNameServers), mtuSize, in requestEthernetInterfacesRoutes()2450 if (staticNameServers) in requestEthernetInterfacesRoutes()2453 ifaceId, *staticNameServers, asyncResp); in requestEthernetInterfacesRoutes()
201 ServerList staticNameServers(ServerList value) override;
586 ServerList EthernetInterface::staticNameServers(ServerList value) in staticNameServers() function in phosphor::network::EthernetInterface610 EthernetInterfaceIntf::staticNameServers(std::move(dnsUniqueValues)); in staticNameServers()641 EthernetInterfaceIntf::staticNameServers( in loadNameServers()878 for (const auto& dns : EthernetInterfaceIntf::staticNameServers()) in writeConfigurationFile()
153 interface.staticNameServers(servers); in TEST_F()