Searched refs:props_without_gateway (Results 1 – 1 of 1) sorted by relevance
697 IPConfig::Properties props_without_gateway; in TEST_F() local698 driver_->ParseIPConfiguration(config, &props_without_gateway); in TEST_F()699 EXPECT_EQ(kGateway1, props_without_gateway.routes[0].gateway); in TEST_F()700 EXPECT_EQ("", props_without_gateway.gateway); in TEST_F()