OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORTALLOCATOR_DISABLE_STUN
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/base/
portallocator.h
35
PORTALLOCATOR_DISABLE_STUN
= 0x02,
p2ptransportchannel_unittest.cc
40
static const int kOnlyLocalPorts = cricket::
PORTALLOCATOR_DISABLE_STUN
|
[
all
...]
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
65
PORTALLOCATOR_DISABLE_STUN
| PORTALLOCATOR_DISABLE_RELAY;
779
*flags |=
PORTALLOCATOR_DISABLE_STUN
;
903
if (!IsFlagSet(
PORTALLOCATOR_DISABLE_STUN
)) {
937
if (IsFlagSet(
PORTALLOCATOR_DISABLE_STUN
)) {
[
all
...]
portallocator_unittest.cc
422
session_->set_flags(cricket::
PORTALLOCATOR_DISABLE_STUN
|
444
session_->set_flags(cricket::
PORTALLOCATOR_DISABLE_STUN
|
471
session_->set_flags(cricket::
PORTALLOCATOR_DISABLE_STUN
|
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc
[
all
...]
Completed in 113 milliseconds