Searched refs:length_to_copy (Results 1 – 1 of 1) sorted by relevance
994 size_t length_to_copy = curr->mLength; in tcp_output() local997 length_to_copy -= start_offset; in tcp_output()1000 length_to_copy -= end_offset; in tcp_output()1002 otMessageWrite(message, message_offset, data_to_copy, length_to_copy); in tcp_output()1003 message_offset += length_to_copy; in tcp_output()