Home
last modified time | relevance | path

Searched refs:staticNameServers (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp124 std::vector<std::string> staticNameServers; member
327 const std::vector<std::string>* staticNameServers = in extractEthernetInterfaceData() local
330 if (staticNameServers != nullptr) in extractEthernetInterfaceData()
332 ethData.staticNameServers = *staticNameServers; in extractEthernetInterfaceData()
1909 jsonResponse["StaticNameServers"] = ethData.staticNameServers; in parseInterfaceData()
2292 std::optional<std::vector<std::string>> staticNameServers; in requestEthernetInterfacesRoutes() local
2323 "StaticNameServers", staticNameServers // in requestEthernetInterfacesRoutes()
2340 staticNameServers = std::move(staticNameServers), mtuSize, in requestEthernetInterfacesRoutes()
2391 if (staticNameServers) in requestEthernetInterfacesRoutes()
2394 ifaceId, *staticNameServers, asyncResp); in requestEthernetInterfacesRoutes()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp443 ServerList EthernetInterface::staticNameServers(ServerList value) in staticNameServers() function in phosphor::network::EthernetInterface
467 EthernetInterfaceIntf::staticNameServers(std::move(dnsUniqueValues)); in staticNameServers()
485 EthernetInterfaceIntf::staticNameServers( in loadNameServers()
722 for (const auto& dns : EthernetInterfaceIntf::staticNameServers()) in writeConfigurationFile()
H A Dethernet_interface.hpp182 ServerList staticNameServers(ServerList value) override;
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp147 interface.staticNameServers(servers); in TEST_F()