Home
last modified time | relevance | path

Searched refs:PORTALLOCATOR_DISABLE_TCP (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc588 PORTALLOCATOR_ENABLE_IPV6 | PORTALLOCATOR_DISABLE_TCP); in TestIPv6TurnPortPrunesIPv4TurnPort()
626 PORTALLOCATOR_DISABLE_TCP); in TestTurnPortPrunesWithUdpAndTcpPorts()
749 PORTALLOCATOR_DISABLE_TCP); in TEST_F()
771 PORTALLOCATOR_DISABLE_TCP); in TEST_F()
790 cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
816 cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
844 cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
865 cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
888 cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
915 cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
[all …]
Dbasic_port_allocator.cc150 PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_TCP |
1312 *flags |= PORTALLOCATOR_DISABLE_TCP; in DisableEquivalentPhases()
1444 if (IsFlagSet(PORTALLOCATOR_DISABLE_TCP)) { in CreateTCPPorts()
/external/webrtc/p2p/base/
Dregathering_controller_unittest.cc34 cricket::PORTALLOCATOR_DISABLE_TCP;
Dport_allocator.h50 PORTALLOCATOR_DISABLE_TCP = 0x08, enumerator
Dp2p_transport_channel_unittest.cc68 cricket::PORTALLOCATOR_DISABLE_TCP;
2247 PORTALLOCATOR_DISABLE_STUN | PORTALLOCATOR_DISABLE_TCP, in TEST_F()
2250 PORTALLOCATOR_DISABLE_TCP); in TEST_F()
4519 PORTALLOCATOR_DISABLE_TCP); in P2PTransportChannelMostLikelyToWorkFirstTest()
4983 kDefaultPortAllocatorFlags | PORTALLOCATOR_DISABLE_TCP, in TEST_F()
5211 cricket::PORTALLOCATOR_DISABLE_TCP; in TEST_F()
5280 cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
/external/webrtc/test/network/
Dnetwork_emulation_pc_unittest.cc84 int flags = cricket::PORTALLOCATOR_DISABLE_TCP; in CreatePeerConnection()
/external/webrtc/test/peer_scenario/
Dscenario_connection.cc107 uint32_t flags = cricket::PORTALLOCATOR_DISABLE_TCP; in __anon82eab2e20102()
Dpeer_scenario_client.cc238 cricket::PORTALLOCATOR_DISABLE_TCP); in PeerScenarioClient()
/external/webrtc/test/pc/e2e/
Dtest_peer_factory.cc256 int flags = cricket::PORTALLOCATOR_DISABLE_TCP; in CreatePCDependencies()
/external/webrtc/pc/
Dpeer_connection_bundle_unittest.cc190 port_allocator->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | in CreatePeerConnection()
Dpeer_connection_integrationtest.cc3874 cricket::PORTALLOCATOR_DISABLE_TCP;
4166 constexpr uint32_t kFlagsIPv4NoStun = cricket::PORTALLOCATOR_DISABLE_TCP |
4170 cricket::PORTALLOCATOR_DISABLE_TCP | cricket::PORTALLOCATOR_DISABLE_STUN |
4173 cricket::PORTALLOCATOR_DISABLE_TCP | cricket::PORTALLOCATOR_DISABLE_RELAY;
Dpeer_connection_ice_unittest.cc126 port_allocator->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | in CreatePeerConnection()
Dpeer_connection_interface_unittest.cc1341 EXPECT_LT(0U, session->flags() & cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_P()
1395 EXPECT_TRUE(raw_port_allocator->flags() & cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_P()
Dpeer_connection.cc5677 port_allocator_flags |= cricket::PORTALLOCATOR_DISABLE_TCP; in InitializePortAllocator_n()