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.cpp32 ConfigIntf::hostNameEnabled(getDHCPProp(conf, type, "UseHostname"), true); in Configuration()
52 bool Configuration::hostNameEnabled(bool value) in hostNameEnabled() function in phosphor::network::dhcp::Configuration
54 if (value == hostNameEnabled()) in hostNameEnabled()
59 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.cpp802 dhcp4["UseHostname"].emplace_back(tfStr(dhcp4Conf->hostNameEnabled())); in writeConfigurationFile()
811 dhcp6["UseHostname"].emplace_back(tfStr(dhcp6Conf->hostNameEnabled())); in writeConfigurationFile()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp435 const bool* hostNameEnabled = in extractEthernetInterfaceData() local
437 if (hostNameEnabled != nullptr) in extractEthernetInterfaceData()
439 ethData.hostNamev4Enabled = *hostNameEnabled; in extractEthernetInterfaceData()
485 const bool* hostNameEnabled = in extractEthernetInterfaceData() local
487 if (hostNameEnabled != nullptr) in extractEthernetInterfaceData()
489 ethData.hostNamev6Enabled = *hostNameEnabled; in extractEthernetInterfaceData()