Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.hpp38 class HypEthInterface : public CreateIface class
41 HypEthInterface() = delete;
42 HypEthInterface(const HypEthInterface&) = delete;
43 HypEthInterface& operator=(const HypEthInterface&) = delete;
44 HypEthInterface(HypEthInterface&&) = delete;
45 HypEthInterface& operator=(HypEthInterface&&) = delete;
46 virtual ~HypEthInterface() = default;
53 HypEthInterface(sdbusplus::bus_t& bus, const char* path, in HypEthInterface() function in phosphor::network::HypEthInterface
H A Dhyp_ethernet_interface.cpp14 biosTableType HypEthInterface::getBiosAttrsMap() in getBiosAttrsMap()
19 bool HypEthInterface::ipv6AcceptRA(bool value) in ipv6AcceptRA()
29 bool HypEthInterface::dhcp4(bool value) in dhcp4()
39 bool HypEthInterface::dhcp6(bool value) in dhcp6()
49 bool HypEthInterface::dhcpIsEnabled(HypIP::Protocol family) in dhcpIsEnabled()
61 HypEthInterface::DHCPConf HypEthInterface::dhcpEnabled(DHCPConf value) in dhcpEnabled()
82 HypEthInterface::DHCPConf HypEthInterface::dhcpEnabled() const in dhcpEnabled()
H A Dhyp_network_manager.cpp233 std::make_unique<HypEthInterface>( in createIfObjects()
236 std::make_unique<HypEthInterface>( in createIfObjects()
H A Dhyp_network_manager.hpp47 using ethIntfMapType = stdplus::string_umap<std::unique_ptr<HypEthInterface>>;