Searched refs:FwmarkCommand (Results 1 – 5 of 5) sorted by relevance
181 FwmarkCommand cmd;206 FwmarkCommand cmd;219 FwmarkCommand cmd;223 cmd.cmdId = FwmarkCommand::SELECT_NETWORK;238 FwmarkCommand cmd;242 cmd.cmdId = FwmarkCommand::SELECT_NETWORK;257 FwmarkCommand cmd;261 cmd.cmdId = FwmarkCommand::PROTECT_FROM_VPN;276 FwmarkCommand cmd;280 cmd.cmdId = FwmarkCommand::PROTECT_FROM_VPN;
43 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId}; in BindSocket()52 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0}; in ProtectFromVpn()56 int32_t FwmarkClient::Send(FwmarkCommand *data, int32_t fd) in Send()
85 int32_t SetMark(int32_t *socketFd, FwmarkCommand *command) in SetMark()101 case FwmarkCommand::SELECT_NETWORK: { in SetMark()112 case FwmarkCommand::PROTECT_FROM_VPN: { in SetMark()140 FwmarkCommand fwmCmd; in SendMessage()
21 struct FwmarkCommand { struct
49 int32_t Send(FwmarkCommand *data, int32_t fd);