Home
last modified time | relevance | path

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

/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc623 PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP); in TestIPv6TurnPortPrunesIPv4TurnPort()
721 PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TestEachInterfaceHasItsOwnTurnPorts()
998 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
1023 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
1308 session_->set_flags(PORTALLOCATOR_ENABLE_IPV6); in TEST_F()
2054 PORTALLOCATOR_ENABLE_IPV6 | in TEST_F()
2664 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
2694 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
2723 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
2753 allocator().set_flags(PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP | in TEST_F()
[all …]
Dbasic_port_allocator.cc916 if (!(sequence_flags & PORTALLOCATOR_ENABLE_IPV6) && in DoAllocate()
/external/webrtc/pc/
Dslow_peer_connection_integration_test.cc273 return (port_allocator_flags_ & cricket::PORTALLOCATOR_ENABLE_IPV6); in TestIPv6()
499 cricket::PORTALLOCATOR_ENABLE_IPV6 | cricket::PORTALLOCATOR_DISABLE_RELAY;
Dpeer_connection.cc2115 cricket::PORTALLOCATOR_ENABLE_IPV6 | in InitializePortAllocator_n()
2118 port_allocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6); in InitializePortAllocator_n()
2161 res.enable_ipv6 = port_allocator_flags & cricket::PORTALLOCATOR_ENABLE_IPV6; in InitializePortAllocator_n()
Dpeer_connection_integrationtest.cc1863 return (port_allocator_flags_ & cricket::PORTALLOCATOR_ENABLE_IPV6); in TestIPv6()
1995 cricket::PORTALLOCATOR_ENABLE_IPV6 | cricket::PORTALLOCATOR_DISABLE_RELAY;
/external/webrtc/p2p/base/
Dfake_port_allocator.h122 (rtc::HasIPv6Enabled() && (flags() & PORTALLOCATOR_ENABLE_IPV6)) in StartGettingPorts()
Dport_allocator.h52 PORTALLOCATOR_ENABLE_IPV6 = 0x40, enumerator
Dp2p_transport_channel_unittest.cc2100 0, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_P()
2102 1, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_P()
2744 0, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_P()
2746 1, PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_P()