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

  /external/webrtc/webrtc/base/
network_unittest.cc 199 IPAddress ip = (*it)->GetBestIP();
    [all...]
network.h 318 IPAddress GetBestIP() const;
321 // TODO(guoweis): Remove this when all callers are migrated to GetBestIP().
322 IPAddress ip() const { return GetBestIP(); }
network.cc 87 IPAddress ip_a = a->GetBestIP();
88 IPAddress ip_b = b->GetBestIP();
874 IPAddress Network::GetBestIP() const {
nat_unittest.cc 227 const IPAddress& ip = (*it)->GetBestIP();
  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 105 network_.GetBestIP(), 0, 0, username(),
basicportallocator.cc 370 networks[i]->GetBestIP().family() == AF_INET6) {
718 ip_(network->GetBestIP()),
765 if (!((network == network_) && (ip_ == network->GetBestIP()))) {
    [all...]
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.cc 523 if (srflx_addr.ipaddr() == net->GetBestIP()) {
525 stats.host_ip = net->GetBestIP().ToString();

Completed in 907 milliseconds