OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ON_CONNECT_COMPLETE
(Results
1 - 3
of
3
) sorted by null
/system/netd/include/
FwmarkCommand.h
24
// Additional information sent with
ON_CONNECT_COMPLETE
command
52
//
ON_CONNECT_COMPLETE
command should be accompanied by FwmarkConnectInfo which should contain
62
ON_CONNECT_COMPLETE
,
/system/netd/server/
FwmarkServer.cpp
85
if (!((command.cmdId != FwmarkCommand::
ON_CONNECT_COMPLETE
&& messageLength == sizeof(command))
86
|| (command.cmdId == FwmarkCommand::
ON_CONNECT_COMPLETE
168
case FwmarkCommand::
ON_CONNECT_COMPLETE
: {
/system/netd/client/
NetdClient.cpp
91
// Save errno so it isn't clobbered by sending
ON_CONNECT_COMPLETE
94
// Send an
ON_CONNECT_COMPLETE
command that includes sockaddr and connect latency for reporting
98
FwmarkCommand command = {FwmarkCommand::
ON_CONNECT_COMPLETE
, /* netId (ignored) */ 0,
Completed in 122 milliseconds