Home
last modified time | relevance | path

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

/system/connectivity/shill/dhcp/
Ddhcpv6_config.cc163 properties_.delegated_prefix = value.Get<string>(); in ParseConfiguration()
Ddhcpv6_config_unittest.cc203 EXPECT_EQ(kConfigDelegatedPrefix, config_->properties_.delegated_prefix); in TEST_F()
/system/connectivity/shill/
Dipconfig.cc101 &properties_.delegated_prefix); in Init()
Dipconfig.h73 std::string delegated_prefix; member
Ddevice_unittest.cc1642 properties.delegated_prefix = "2001:db8:0:100::"; in TEST_F()
1651 EXPECT_TRUE(device_->dhcpv6_config_->properties().delegated_prefix.empty()); in TEST_F()
1659 properties.delegated_prefix = "2001:db8:0:100::"; in TEST_F()
1668 EXPECT_TRUE(device_->dhcpv6_config_->properties().delegated_prefix.empty()); in TEST_F()