Lines Matching full:dhcpv6_config
417 scoped_refptr<MockDHCPConfig> dhcpv6_config(
423 .WillOnce(Return(dhcpv6_config));
424 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true));
460 scoped_refptr<MockDHCPConfig> dhcpv6_config(
466 .WillOnce(Return(dhcpv6_config));
467 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true));