Home
last modified time | relevance | path

Searched refs:staticNTPServers (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp621 ServerList staticNTPServers = config.map.getValueStrings("Network", "NTP"); in loadNTPServers() local
624 staticNTPServers.begin(), staticNTPServers.end()); in loadNTPServers()
635 EthernetInterfaceIntf::staticNTPServers(staticNTPServers); in loadNTPServers()
779 ServerList EthernetInterface::staticNTPServers(ServerList value) in staticNTPServers() function in phosphor::network::EthernetInterface
781 value = EthernetInterfaceIntf::staticNTPServers(std::move(value)); in staticNTPServers()
871 for (const auto& ntp : EthernetInterfaceIntf::staticNTPServers()) in writeConfigurationFile()
H A Dethernet_interface.hpp192 ServerList staticNTPServers(ServerList value) override;
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp170 interface.staticNTPServers(servers); in TEST_F()