Home
last modified time | relevance | path

Searched refs:dhcp4Conf (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp129 dhcp4Conf.emplace(bus, this->objPath + "/dhcp4", *this, DHCPType::v4); in EthernetInterface()
851 dhcp4["UseDNS"].emplace_back(tfStr(dhcp4Conf->dnsEnabled())); in writeConfigurationFile()
852 dhcp4["UseDomains"].emplace_back(tfStr(dhcp4Conf->domainEnabled())); in writeConfigurationFile()
853 dhcp4["UseNTP"].emplace_back(tfStr(dhcp4Conf->ntpEnabled())); in writeConfigurationFile()
854 dhcp4["UseHostname"].emplace_back(tfStr(dhcp4Conf->hostNameEnabled())); in writeConfigurationFile()
856 tfStr(dhcp4Conf->sendHostNameEnabled())); in writeConfigurationFile()
H A Dethernet_interface.hpp270 std::optional<dhcp::Configuration> dhcp4Conf, dhcp6Conf; member in phosphor::network::EthernetInterface