Searched defs:kDefaultMetric (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dconnection.h173 static const uint32_t kDefaultMetric; member in class:shill::Connection
H A Dconnection.cc69 const uint32_t Connection::kDefaultMetric = 1; member in class:shill::Connection
258 routing_table_->ConfigureRoutes(interface_index_, config, kDefaultMetric,
266 kDefaultMetric,
562 return is_default ? kDefaultMetric : kNonDefaultMetricBase + interface_index_;

Completed in 65 milliseconds