Home
last modified time | relevance | path

Searched refs:PORTALLOCATOR_DISABLE_UDP (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/p2p/client/
Dbasic_port_allocator.cc150 PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_TCP |
1302 *flags |= PORTALLOCATOR_DISABLE_UDP; in DisableEquivalentPhases()
1322 (*flags & PORTALLOCATOR_DISABLE_UDP)) { in DisableEquivalentPhases()
1396 if (IsFlagSet(PORTALLOCATOR_DISABLE_UDP)) { in CreateUDPPorts()
Dbasic_port_allocator_unittest.cc1357 PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_STUN | in TEST_F()
1381 session_->set_flags(PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_STUN | in TEST_F()
/external/webrtc/p2p/base/
Dport_allocator.h45 PORTALLOCATOR_DISABLE_UDP = 0x01, enumerator
Dp2p_transport_channel_unittest.cc1770 int kOnlyLocalTcpPorts = PORTALLOCATOR_DISABLE_UDP | in TEST_F()
2246 kDefaultPortAllocatorFlags | PORTALLOCATOR_DISABLE_UDP | in TEST_F()
2248 kDefaultPortAllocatorFlags | PORTALLOCATOR_DISABLE_UDP | in TEST_F()
5209 const int kOnlyRelayPorts = cricket::PORTALLOCATOR_DISABLE_UDP | in TEST_F()