Searched refs:MAX_CMD_MSG_LEN (Results 1 – 1 of 1) sorted by relevance
57 static const size_t MAX_CMD_MSG_LEN = 256; variable1899 uint8_t buf[MAX_CMD_MSG_LEN]; in handle_command_message()1907 if (rc != sizeof(msg->len) || msg->len > MAX_CMD_MSG_LEN) { in handle_command_message()