Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection.cc428 for (auto excluded_ip = excluded_ips_cidr_.begin(); in PinPendingRoutes() local
429 excluded_ip != excluded_ips_cidr_.end(); ++excluded_ip) { in PinPendingRoutes()
430 if (!entry.dst.SetAddressAndPrefixFromString(*excluded_ip) || in PinPendingRoutes()
433 LOG(ERROR) << "Unable to setup route for " << *excluded_ip << "."; in PinPendingRoutes()