Searched refs:messageLength (Results 1 – 1 of 1) sorted by relevance
106 … int messageLength = TEMP_FAILURE_RETRY(recvmsg(client->getSocket(), &message, MSG_CMSG_CLOEXEC)); in processClient() local107 if (messageLength <= 0) { in processClient()111 if (!((command.cmdId != FwmarkCommand::ON_CONNECT_COMPLETE && messageLength == sizeof(command)) in processClient()113 && messageLength == sizeof(command) + sizeof(connectInfo)))) { in processClient()