OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTL_CONNECT
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
126
const uint8
CTL_CONNECT
= 0;
277
buffer[0] =
CTL_CONNECT
;
630
} else if (seg.data[0] ==
CTL_CONNECT
) {
637
buffer[0] =
CTL_CONNECT
;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
133
const uint8
CTL_CONNECT
= 0;
696
} else if (seg.data[0] ==
CTL_CONNECT
) {
699
// TCP options are in the remainder of the payload after
CTL_CONNECT
.
[
all
...]
Completed in 26 milliseconds