Home
last modified time | relevance | path

Searched refs:DHCPType (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dutil.hpp59 enum class DHCPType enum
72 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType,
H A Dutil.cpp215 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType, in getDHCPProp()
218 std::string_view type = (dhcpType == DHCPType::v4) ? "DHCPv4" : "DHCPv6"; in getDHCPProp()
H A Ddhcp_configuration.hpp40 stdplus::PinnedRef<EthernetInterface> parent, DHCPType type);
H A Ddhcp_configuration.cpp23 DHCPType type) : in Configuration()
H A Dethernet_interface.cpp131 dhcp4Conf.emplace(bus, this->objPath + "/dhcp4", *this, DHCPType::v4); in EthernetInterface()
132 dhcp6Conf.emplace(bus, this->objPath + "/dhcp6", *this, DHCPType::v6); in EthernetInterface()