Searched refs:ips_ (Results 1 – 2 of 2) sorted by relevance
325 void AddIP(const InterfaceAddress& ip) { ips_.push_back(ip); } in AddIP()331 const std::vector<InterfaceAddress>& GetIPs() const { return ips_;} in GetIPs()333 void ClearIPs() { ips_.clear(); } in ClearIPs()365 std::vector<InterfaceAddress> ips_; variable
859 changed = changed || ips.size() != ips_.size(); in SetIPs()862 if (std::find(ips_.begin(), ips_.end(), ip) == ips_.end()) { in SetIPs()869 ips_ = ips; in SetIPs()875 if (ips_.size() == 0) { in GetBestIP()880 return static_cast<IPAddress>(ips_.at(0)); in GetBestIP()885 for (const InterfaceAddress& ip : ips_) { in GetBestIP()