Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dportallocator.h34 PORTALLOCATOR_DISABLE_UDP = 0x01, enumerator
Dp2ptransportchannel_unittest.cc1300 int kOnlyLocalTcpPorts = cricket::PORTALLOCATOR_DISABLE_UDP | in TEST_F()
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc64 PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_TCP |
773 *flags |= PORTALLOCATOR_DISABLE_UDP; in DisableEquivalentPhases()
872 if (IsFlagSet(PORTALLOCATOR_DISABLE_UDP)) { in CreateUDPPorts()
Dportallocator_unittest.cc763 cricket::PORTALLOCATOR_DISABLE_UDP | in TEST_F()
793 session_->set_flags(cricket::PORTALLOCATOR_DISABLE_UDP | in TEST_F()