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.cpp554 EthernetInterfaceIntf::staticNTPServers( in loadNTPServers()
699 ServerList EthernetInterface::staticNTPServers(ServerList value) in staticNTPServers() function in phosphor::network::EthernetInterface
701 value = EthernetInterfaceIntf::staticNTPServers(std::move(value)); in staticNTPServers()
791 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()