Home
last modified time | relevance | path

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

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