OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CF_HOST
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/base/
portallocator.h
73
CF_HOST
= 0x1,
stunport.cc
447
!(candidate_filter() &
CF_HOST
)) {
448
// If candidate filter doesn't have
CF_HOST
specified, empty raddr to
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
450
// When adapter enumeration is disabled, disable
CF_HOST
at port level so
454
candidate_filter &= ~
CF_HOST
;
503
bool host_canidates_disabled = !(allocator_->candidate_filter() &
CF_HOST
);
617
return ((filter &
CF_HOST
) != 0);
[
all
...]
portallocator_unittest.cc
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
470
return (cricket::CF_ALL & ~cricket::
CF_HOST
);
[
all
...]
Completed in 324 milliseconds