Searched refs:existing_ip (Results 1 – 1 of 1) sorted by relevance
464 if (absl::c_any_of(ips, [&](const InterfaceAddress& existing_ip) { in GetNetworkFromAddress() argument465 return ip == static_cast<rtc::IPAddress>(existing_ip); in GetNetworkFromAddress()