Home
last modified time | relevance | path

Searched refs:PORTALLOCATOR_ENABLE_IPV6 (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/p2p/base/
Dfake_port_allocator.h115 (rtc::HasIPv6Enabled() && (flags() & PORTALLOCATOR_ENABLE_IPV6)) in StartGettingPorts()
Dport_allocator.h51 PORTALLOCATOR_ENABLE_IPV6 = 0x40, enumerator
Dp2p_transport_channel_unittest.cc1913 0, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_F()
1915 1, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_F()
2517 0, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_F()
2519 1, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_F()
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc588 PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP); in TestIPv6TurnPortPrunesIPv4TurnPort()
682 PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TestEachInterfaceHasItsOwnTurnPorts()
959 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
984 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
1270 session_->set_flags(PORTALLOCATOR_ENABLE_IPV6); in TEST_F()
2012 PORTALLOCATOR_ENABLE_IPV6 | in TEST_F()
Dbasic_port_allocator.cc792 if (!(sequence_flags & PORTALLOCATOR_ENABLE_IPV6) && in DoAllocate()
/external/webrtc/pc/
Dpeer_connection.cc5659 cricket::PORTALLOCATOR_ENABLE_IPV6 | in InitializePortAllocator_n()
5664 port_allocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6); in InitializePortAllocator_n()
5668 port_allocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6); in InitializePortAllocator_n()
5712 res.enable_ipv6 = port_allocator_flags & cricket::PORTALLOCATOR_ENABLE_IPV6; in InitializePortAllocator_n()
Dpeer_connection_integrationtest.cc3950 return (port_allocator_flags_ & cricket::PORTALLOCATOR_ENABLE_IPV6); in TestIPv6()
4171 cricket::PORTALLOCATOR_ENABLE_IPV6 | cricket::PORTALLOCATOR_DISABLE_RELAY;
Dpeer_connection_interface_unittest.cc1340 EXPECT_EQ(0U, session->flags() & cricket::PORTALLOCATOR_ENABLE_IPV6); in TEST_P()