Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Ddhcp_configuration.cpp30 ConfigIntf::hostNameEnabled(getDHCPProp(conf, type, "UseHostname"), true); in Configuration()
50 bool Configuration::hostNameEnabled(bool value) in hostNameEnabled() function in phosphor::network::dhcp::Configuration
52 if (value == hostNameEnabled()) in hostNameEnabled()
57 auto name = ConfigIntf::hostNameEnabled(value); in hostNameEnabled()
H A Ddhcp_configuration.hpp69 bool hostNameEnabled(bool value) override;
85 using ConfigIntf::hostNameEnabled;
H A Dethernet_interface.cpp778 dhcp4["UseHostname"].emplace_back(tfStr(dhcp4Conf->hostNameEnabled())); in writeConfigurationFile()
787 dhcp6["UseHostname"].emplace_back(tfStr(dhcp6Conf->hostNameEnabled())); in writeConfigurationFile()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp436 const bool* hostNameEnabled = in extractEthernetInterfaceData() local
438 if (hostNameEnabled != nullptr) in extractEthernetInterfaceData()
440 ethData.hostNamev4Enabled = *hostNameEnabled; in extractEthernetInterfaceData()
486 const bool* hostNameEnabled = in extractEthernetInterfaceData() local
488 if (hostNameEnabled != nullptr) in extractEthernetInterfaceData()
490 ethData.hostNamev6Enabled = *hostNameEnabled; in extractEthernetInterfaceData()