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

  /external/webrtc/webrtc/base/
network.h 329 bool SetIPs(const std::vector<InterfaceAddress>& ips, bool already_changed);
network.cc 291 net->SetIPs(kv.second.ips, true);
296 *changed = existing_net->SetIPs(kv.second.ips, *changed);
856 bool Network::SetIPs(const std::vector<InterfaceAddress>& ips, bool changed) {

Completed in 104 milliseconds