Searched refs:command_buffer (Results 1 – 1 of 1) sorted by relevance
116 uint8_t command_buffer[kNvramMessageBufferSize]; in ProcessCommand() local118 TEMP_FAILURE_RETRY(read(socket, command_buffer, sizeof(command_buffer))); in ProcessCommand()129 if (!nvram::Decode(command_buffer, bytes_read, &request)) { in ProcessCommand()136 size_t response_size = sizeof(command_buffer); in ProcessCommand()137 if (!nvram::Encode(response, command_buffer, &response_size)) { in ProcessCommand()142 if (TEMP_FAILURE_RETRY(write(socket, command_buffer, response_size)) < 0) { in ProcessCommand()