Home
last modified time | relevance | path

Searched refs:length_to_copy (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c994 size_t length_to_copy = curr->mLength; in tcp_output() local
997 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()