Home
last modified time | relevance | path

Searched full:v6stateless (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.cpp72 value == DHCPConf::v6stateless || value == DHCPConf::v4v6stateless || in dhcpEnabled()
92 return ipv6AcceptRA() ? DHCPConf::v6stateless : DHCPConf::none; in dhcpEnabled()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml137 v6stateless: Enable IPv6 SLAAC v4: Enable IPv4 DHCP none: Disable DHCP
143 - name: v6stateless
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp237 set_test(DHCPConf::v6stateless, /*dhcp4=*/false, /*dhcp6=*/false, in TEST_F()
252 ind_test(DHCPConf::v6stateless, /*dhcp4=*/false, /*dhcp6=*/false, in TEST_F()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp467 value == DHCPConf::v6stateless || value == DHCPConf::v4v6stateless || in dhcpEnabled()
488 return ipv6AcceptRA() ? DHCPConf::v6stateless : DHCPConf::none; in dhcpEnabled()