Searched refs:GetBestIP (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
H A Dnetwork_unittest.cc199 IPAddress ip = (*it)->GetBestIP();
890 EXPECT_EQ(ipv6_network.GetBestIP(), IPAddress());
891 EXPECT_TRUE(IPIsUnspec(ipv6_network.GetBestIP()));
895 EXPECT_EQ(ipv6_network.GetBestIP(), IPAddress());
902 EXPECT_EQ(ipv6_network.GetBestIP(), static_cast<IPAddress>(ip));
908 EXPECT_EQ(ipv6_network.GetBestIP(), static_cast<IPAddress>(ip));
914 EXPECT_EQ(ipv6_network.GetBestIP(), static_cast<IPAddress>(ip));
956 if (network->GetBestIP().family() == AF_INET) {
958 } else if (network->GetBestIP().family() == AF_INET6) {
H A Dnetwork.h318 IPAddress GetBestIP() const;
321 // TODO(guoweis): Remove this when all callers are migrated to GetBestIP().
322 IPAddress ip() const { return GetBestIP(); }
H A Dnetwork.cc87 IPAddress ip_a = a->GetBestIP();
88 IPAddress ip_b = b->GetBestIP();
874 IPAddress Network::GetBestIP() const { function in class:rtc::Network
H A Dnat_unittest.cc227 const IPAddress& ip = (*it)->GetBestIP();
/external/webrtc/webrtc/p2p/stunprober/
H A Dstunprober.cc523 if (srflx_addr.ipaddr() == net->GetBestIP()) {
525 stats.host_ip = net->GetBestIP().ToString();
/external/webrtc/webrtc/p2p/client/
H A Dfakeportallocator.h105 network_.GetBestIP(), 0, 0, username(),
H A Dbasicportallocator.cc370 networks[i]->GetBestIP().family() == AF_INET6) {
718 ip_(network->GetBestIP()),
765 if (!((network == network_) && (ip_ == network->GetBestIP()))) {

Completed in 147 milliseconds