Searched refs:message_offset (Results 1 – 1 of 1) sorted by relevance
990 size_t message_offset = otMessageGetOffset(message) + sizeof(struct tcphdr) + optlen; in tcp_output() local1002 otMessageWrite(message, message_offset, data_to_copy, length_to_copy); in tcp_output()1003 message_offset += length_to_copy; in tcp_output()