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.hpp135 std::vector<std::string> staticNameServers; member
340 const std::vector<std::string>* staticNameServers = in extractEthernetInterfaceData() local
343 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() local
2382 "StaticNameServers", staticNameServers // in requestEthernetInterfacesRoutes()
2399 staticNameServers = std::move(staticNameServers), mtuSize, in requestEthernetInterfacesRoutes()
2450 if (staticNameServers) in requestEthernetInterfacesRoutes()
2453 ifaceId, *staticNameServers, asyncResp); in requestEthernetInterfacesRoutes()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp201 ServerList staticNameServers(ServerList value) override;
H A Dethernet_interface.cpp586 ServerList EthernetInterface::staticNameServers(ServerList value) in staticNameServers() function in phosphor::network::EthernetInterface
610 EthernetInterfaceIntf::staticNameServers(std::move(dnsUniqueValues)); in staticNameServers()
641 EthernetInterfaceIntf::staticNameServers( in loadNameServers()
878 for (const auto& dns : EthernetInterfaceIntf::staticNameServers()) in writeConfigurationFile()
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp153 interface.staticNameServers(servers); in TEST_F()