Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/lib/
Dcbuf.c290 size_t end_index; in cbuf_reass_write() local
298 end_index = (start_index + numbytes) % chdr->size; in cbuf_reass_write()
299 if (end_index >= start_index) { in cbuf_reass_write()