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 - 8
of
8
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
portallocator.h
46
const uint32
PORTALLOCATOR_DISABLE_STUN
= 0x02;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h
48
const uint32
PORTALLOCATOR_DISABLE_STUN
= 0x02;
p2ptransportchannel_unittest.cc
54
static const int kOnlyLocalPorts = cricket::
PORTALLOCATOR_DISABLE_STUN
|
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
87
|
PORTALLOCATOR_DISABLE_STUN
423
sequence_flags |=
PORTALLOCATOR_DISABLE_STUN
;
760
*flags |=
PORTALLOCATOR_DISABLE_STUN
;
880
!IsFlagSet(
PORTALLOCATOR_DISABLE_STUN
)) {
916
if (IsFlagSet(
PORTALLOCATOR_DISABLE_STUN
)) {
[
all
...]
portallocator_unittest.cc
441
cricket::
PORTALLOCATOR_DISABLE_STUN
|
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
117
|
PORTALLOCATOR_DISABLE_STUN
355
sequence_flags |=
PORTALLOCATOR_DISABLE_STUN
;
568
*flags |=
PORTALLOCATOR_DISABLE_STUN
;
692
if (flags_ &
PORTALLOCATOR_DISABLE_STUN
) {
/external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.cc
152
flags |= cricket::
PORTALLOCATOR_DISABLE_STUN
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc
[
all
...]
Completed in 192 milliseconds