Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.cpp19 bool HypEthInterface::ipv6AcceptRA(bool value) in ipv6AcceptRA() function in phosphor::network::HypEthInterface
21 auto currValue = ipv6AcceptRA(); in ipv6AcceptRA()
24 HypEthernetIntf::ipv6AcceptRA(value); in ipv6AcceptRA()
70 auto oldra = HypEthernetIntf::ipv6AcceptRA(); in dhcpEnabled()
71 auto newra = HypEthernetIntf::ipv6AcceptRA( in dhcpEnabled()
90 return ipv6AcceptRA() ? DHCPConf::v4v6stateless : DHCPConf::v4; in dhcpEnabled()
92 return ipv6AcceptRA() ? DHCPConf::v6stateless : DHCPConf::none; in dhcpEnabled()
H A Dhyp_ethernet_interface.hpp96 bool ipv6AcceptRA(bool value) override;
97 using HypEthernetIntf::ipv6AcceptRA;
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp103 EthernetInterfaceIntf::ipv6AcceptRA(getIPv6AcceptRA(config), true); in EthernetInterface()
426 bool EthernetInterface::ipv6AcceptRA(bool value) in ipv6AcceptRA() function in phosphor::network::EthernetInterface
428 if (ipv6AcceptRA() != EthernetInterfaceIntf::ipv6AcceptRA(value)) in ipv6AcceptRA()
465 auto oldra = EthernetInterfaceIntf::ipv6AcceptRA(); in dhcpEnabled()
466 auto newra = EthernetInterfaceIntf::ipv6AcceptRA( in dhcpEnabled()
486 return ipv6AcceptRA() ? DHCPConf::v4v6stateless : DHCPConf::v4; in dhcpEnabled()
488 return ipv6AcceptRA() ? DHCPConf::v6stateless : DHCPConf::none; in dhcpEnabled()
776 network["IPv6AcceptRA"].emplace_back(ipv6AcceptRA() ? "true" : "false"); in writeConfigurationFile()
825 if (!ipv6AcceptRA()) in writeConfigurationFile()
H A Dethernet_interface.hpp181 bool ipv6AcceptRA(bool value) override;
182 using EthernetInterfaceIntf::ipv6AcceptRA;
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp227 EXPECT_EQ(ra, interface.ipv6AcceptRA()); in TEST_F()
247 EXPECT_EQ(ra, interface.ipv6AcceptRA(ra)); in TEST_F()