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.cpp29 ConfigIntf::domainEnabled(getDHCPProp(conf, type, "UseDomains"), true); in Configuration()
94 bool Configuration::domainEnabled(bool value) in domainEnabled() function in phosphor::network::dhcp::Configuration
96 if (value == domainEnabled()) in domainEnabled()
101 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.cpp800 dhcp4["UseDomains"].emplace_back(tfStr(dhcp4Conf->domainEnabled())); in writeConfigurationFile()
809 dhcp6["UseDomains"].emplace_back(tfStr(dhcp6Conf->domainEnabled())); in writeConfigurationFile()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp417 const bool* domainEnabled = in extractEthernetInterfaceData() local
419 if (domainEnabled != nullptr) in extractEthernetInterfaceData()
421 ethData.domainv4Enabled = *domainEnabled; in extractEthernetInterfaceData()
467 const bool* domainEnabled = in extractEthernetInterfaceData() local
469 if (domainEnabled != nullptr) in extractEthernetInterfaceData()
471 ethData.domainv6Enabled = *domainEnabled; in extractEthernetInterfaceData()