Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.cpp27 ConfigIntf::domainEnabled(getDHCPProp(conf, type, "UseDomains"), true); in Configuration()
92 bool Configuration::domainEnabled(bool value) in domainEnabled() function in phosphor::network::dhcp::Configuration
94 if (value == domainEnabled()) in domainEnabled()
99 auto domain = ConfigIntf::domainEnabled(value); in domainEnabled()
H A Ddhcp_configuration.hpp54 bool domainEnabled(bool value) override;
84 using ConfigIntf::domainEnabled;
H A Dethernet_interface.cpp776 dhcp4["UseDomains"].emplace_back(tfStr(dhcp4Conf->domainEnabled())); in writeConfigurationFile()
785 dhcp6["UseDomains"].emplace_back(tfStr(dhcp6Conf->domainEnabled())); in writeConfigurationFile()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp418 const bool* domainEnabled = in extractEthernetInterfaceData() local
420 if (domainEnabled != nullptr) in extractEthernetInterfaceData()
422 ethData.domainv4Enabled = *domainEnabled; in extractEthernetInterfaceData()
468 const bool* domainEnabled = in extractEthernetInterfaceData() local
470 if (domainEnabled != nullptr) in extractEthernetInterfaceData()
472 ethData.domainv6Enabled = *domainEnabled; in extractEthernetInterfaceData()