OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TURN_CHANNEL_HEADER_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnserver.cc
40
static const size_t
TURN_CHANNEL_HEADER_SIZE
= 4U;
197
if (size <
TURN_CHANNEL_HEADER_SIZE
) {
774
SendExternal(data +
TURN_CHANNEL_HEADER_SIZE
,
775
size -
TURN_CHANNEL_HEADER_SIZE
, channel->peer());
turnport.cc
35
static const size_t
TURN_CHANNEL_HEADER_SIZE
= 4U;
553
if (size <
TURN_CHANNEL_HEADER_SIZE
) {
838
if (len > size -
TURN_CHANNEL_HEADER_SIZE
) {
852
DispatchPacket(data +
TURN_CHANNEL_HEADER_SIZE
, len, entry->address(),
[
all
...]
Completed in 586 milliseconds