Home
last modified time | relevance | path

Searched full:v4v6stateless (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.cpp65 value == DHCPConf::v4 || value == DHCPConf::v4v6stateless || in dhcpEnabled()
72 value == DHCPConf::v6stateless || value == DHCPConf::v4v6stateless || in dhcpEnabled()
90 return ipv6AcceptRA() ? DHCPConf::v4v6stateless : DHCPConf::v4; in dhcpEnabled()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml135 contents. both: Enable IPv4 DHCP and IPv6 Stateful DHCP v4v6stateless:
141 - name: v4v6stateless
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp240 set_test(DHCPConf::v4v6stateless, /*dhcp4=*/true, /*dhcp6=*/false, in TEST_F()
256 ind_test(DHCPConf::v4v6stateless, /*dhcp4=*/true, /*dhcp6=*/false, in TEST_F()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp460 value == DHCPConf::v4 || value == DHCPConf::v4v6stateless || in dhcpEnabled()
467 value == DHCPConf::v6stateless || value == DHCPConf::v4v6stateless || in dhcpEnabled()
486 return ipv6AcceptRA() ? DHCPConf::v4v6stateless : DHCPConf::v4; in dhcpEnabled()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp172 "xyz.openbmc_project.Network.EthernetInterface.DHCPConf.v4v6stateless")); in translateDhcpEnabledToBool()