Searched refs:dhcpv6_config (Results 1 – 4 of 4) sorted by relevance
417 scoped_refptr<MockDHCPConfig> dhcpv6_config( in TEST_F() local423 .WillOnce(Return(dhcpv6_config)); in TEST_F()424 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true)); in TEST_F()460 scoped_refptr<MockDHCPConfig> dhcpv6_config( in TEST_F() local466 .WillOnce(Return(dhcpv6_config)); in TEST_F()467 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true)); in TEST_F()
246 virtual const IPConfigRefPtr& dhcpv6_config() const { return dhcpv6_config_; } in dhcpv6_config() function
793 auto dhcpv6_config = in AcquireIPv6ConfigWithLeaseName() local795 dhcpv6_config_ = dhcpv6_config; in AcquireIPv6ConfigWithLeaseName()
434 'dhcp/dhcpv6_config.cc',