HomeSort by relevance Sort by last modified time
    Searched refs:excluded_ips_cidr_ (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
connection.cc 172 excluded_ips_cidr_ = properties.exclusion_list;
175 if (!excluded_ips_cidr_.empty()) {
176 const std::string first_excluded_ip = excluded_ips_cidr_[0];
177 excluded_ips_cidr_.erase(excluded_ips_cidr_.begin());
428 for (auto excluded_ip = excluded_ips_cidr_.begin();
429 excluded_ip != excluded_ips_cidr_.end(); ++excluded_ip) {
connection.h 131 // notation (|excluded_ips_cidr_|).
210 std::vector<std::string> excluded_ips_cidr_; member in class:shill::Connection

Completed in 43 milliseconds