/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/ |
H A D | hyp_ethernet_interface.cpp | 61 HypEthInterface::DHCPConf HypEthInterface::dhcpEnabled(DHCPConf value) in dhcpEnabled() function in phosphor::network::HypEthInterface 77 HypEthernetIntf::dhcpEnabled(value); in dhcpEnabled() 82 HypEthInterface::DHCPConf HypEthInterface::dhcpEnabled() const in dhcpEnabled() function in phosphor::network::HypEthInterface
|
H A D | hyp_ethernet_interface.hpp | 86 HypEthernetIntf::DHCPConf dhcpEnabled() const override; 87 HypEthernetIntf::DHCPConf dhcpEnabled(DHCPConf value) override;
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.hpp | 146 DHCPConf dhcpEnabled() const override; 147 DHCPConf dhcpEnabled(DHCPConf value) override;
|
H A D | ethernet_interface.cpp | 456 EthernetInterface::DHCPConf EthernetInterface::dhcpEnabled(DHCPConf value) in dhcpEnabled() function in phosphor::network::EthernetInterface 478 EthernetInterface::DHCPConf EthernetInterface::dhcpEnabled() const in dhcpEnabled() function in phosphor::network::EthernetInterface
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | TableIpv4.vue | 11 data-test-id="networkSettings-switch-dhcpEnabled" 139 ].dhcpEnabled;
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 224 EXPECT_EQ(conf, interface.dhcpEnabled()); in TEST_F() 232 EXPECT_EQ(conf, interface.dhcpEnabled(conf)); in TEST_F()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | ethernet.hpp | 103 std::string dhcpEnabled; member 327 const std::string* dhcpEnabled = in extractEthernetInterfaceData() local 329 if (dhcpEnabled != nullptr) in extractEthernetInterfaceData() 331 ethData.dhcpEnabled = *dhcpEnabled; in extractEthernetInterfaceData() 1373 bool ipv4Active = translateDhcpEnabledToBool(ethData.dhcpEnabled, true); in handleDHCPPatch() 1374 bool ipv6Active = translateDhcpEnabledToBool(ethData.dhcpEnabled, false); in handleDHCPPatch() 1882 translateDhcpEnabledToBool(ethData.dhcpEnabled, true); in parseInterfaceData() 1887 translateDhcpEnabledToBool(ethData.dhcpEnabled, false) in parseInterfaceData()
|
H A D | hypervisor_system.hpp | 194 ethData.dhcpEnabled = *dhcp; in extractHypervisorInterfaceData() 464 translateDhcpEnabledToBool(ethData.dhcpEnabled, true); in parseInterfaceData() 795 translateDhcpEnabledToBool(ethData.dhcpEnabled, true)) in handleHypervisorEthernetInterfacePatch()
|
/openbmc/phosphor-host-ipmid/ |
H A D | dcmihandler.cpp | 891 std::optional<EthernetInterface::DHCPConf> dhcpEnabled = in setDCMIConfParams() local 893 if (!dhcpEnabled) in setDCMIConfParams() 898 (dhcpEnabled.value() != EthernetInterface::DHCPConf::none)) in setDCMIConfParams()
|
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | NetworkStore.js | 52 dhcpEnabled: DHCPv4.DHCPEnabled,
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 400 setDHCPEnabled: function(interfaceName, dhcpEnabled) { argument 407 data: JSON.stringify({'data': dhcpEnabled})
|