OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:control_message
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/protocol/
client_control_dispatcher.cc
79
ControlMessage
control_message
;
local
80
control_message
.mutable_extension_message()->CopyFrom(message);
81
writer_.Write(SerializeAndFrameMessage(
control_message
), base::Closure());
host_control_dispatcher.cc
51
ControlMessage
control_message
;
local
52
control_message
.mutable_extension_message()->CopyFrom(message);
53
writer_.Write(SerializeAndFrameMessage(
control_message
), base::Closure());
/external/mtpd/
pptp.c
62
#define
CONTROL_MESSAGE
htons(1)
140
outgoing.header.type =
CONTROL_MESSAGE
;
207
if (incoming.header.type ==
CONTROL_MESSAGE
) {
/external/netperf/
netlib.c
255
struct strbuf
control_message
= {DLPI_DATA_SIZE, 0, (char *)control_data};
variable in typeref:struct:strbuf
[
all
...]
Completed in 989 milliseconds