Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/lib/test/
Dtest_all.c128 cbuf_contiguify(&chdr, NULL); in test_cbuf()
137 cbuf_contiguify(&chdr, NULL); in test_cbuf()
140cbuf_contiguify(&chdr, NULL); // check that a second "contiguify" operation doesn't mess things up in test_cbuf()
156 cbuf_contiguify(&chdr, bitmap); in test_cbuf()
/openthread-latest/third_party/tcplp/lib/
Dcbuf.h89 void cbuf_contiguify(struct cbufhead* chdr, uint8_t* bitmap);
Dcbuf.c196 void cbuf_contiguify(struct cbufhead* chdr, uint8_t* bitmap) { in cbuf_contiguify() function
/openthread-latest/src/core/net/
Dtcp6.cpp252 cbuf_contiguify(&tp.recvbuf, tp.reassbmp); in ReceiveContiguify()