Searched refs:ipv6AcceptRA (Results 1 – 5 of 5) sorted by relevance
19 bool HypEthInterface::ipv6AcceptRA(bool value) in ipv6AcceptRA() function in phosphor::network::HypEthInterface21 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()
96 bool ipv6AcceptRA(bool value) override;97 using HypEthernetIntf::ipv6AcceptRA;
103 EthernetInterfaceIntf::ipv6AcceptRA(getIPv6AcceptRA(config), true); in EthernetInterface()426 bool EthernetInterface::ipv6AcceptRA(bool value) in ipv6AcceptRA() function in phosphor::network::EthernetInterface428 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()
181 bool ipv6AcceptRA(bool value) override;182 using EthernetInterfaceIntf::ipv6AcceptRA;
227 EXPECT_EQ(ra, interface.ipv6AcceptRA()); in TEST_F()247 EXPECT_EQ(ra, interface.ipv6AcceptRA(ra)); in TEST_F()