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