Searched refs:HypEthInterface (Results 1 – 4 of 4) sorted by relevance
38 class HypEthInterface : public CreateIface class41 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
14 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()
233 std::make_unique<HypEthInterface>( in createIfObjects()236 std::make_unique<HypEthInterface>( in createIfObjects()
47 using ethIntfMapType = stdplus::string_umap<std::unique_ptr<HypEthInterface>>;