Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtcp_client.pl60 my $start_offset = 0;
61 while ($start_offset < length($expected_data)) {
67 if (($actual_data ^ substr($expected_data, $start_offset)) =~ /[^\000]/) {
70 ord(substr($expected_data, $start_offset + $-[0], 1)),
71 $start_offset + $-[0]);
74 $start_offset += length($actual_data);
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c985 size_t start_offset; in tcp_output() local
989 int rv = lbuf_getrange(&tp->sendbuf, off, len, &start, &start_offset, &end, &end_offset); in tcp_output()
996 data_to_copy += start_offset; in tcp_output()
997 length_to_copy -= start_offset; in tcp_output()