Home
last modified time | relevance | path

Searched refs:PORTALLOCATOR_ENABLE_IPV6_ON_WIFI (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/p2p/base/
Dport_allocator.h77 PORTALLOCATOR_ENABLE_IPV6_ON_WIFI = 0x4000, 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.cc798 if (!(sequence_flags & PORTALLOCATOR_ENABLE_IPV6_ON_WIFI) && in DoAllocate()
Dbasic_port_allocator_unittest.cc682 PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TestEachInterfaceHasItsOwnTurnPorts()
/external/webrtc/pc/
Dpeer_connection.cc5660 cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI; in InitializePortAllocator_n()
5672 port_allocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in InitializePortAllocator_n()
Dpeer_connection_interface_unittest.cc1393 cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in TEST_P()