Searched refs:cbuf_reass_count_set (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_reass.c | 77 if (cbuf_reass_count_set(&tp->recvbuf, (size_t) offset, tp->reassbmp, tlen) >= (size_t) tlen) { in tcp_reass() 93 mergeable = cbuf_reass_count_set(&tp->recvbuf, 0, tp->reassbmp, (size_t) 0xFFFFFFFF); in tcp_reass()
|
/openthread-latest/third_party/tcplp/lib/ |
D | cbuf.h | 120 size_t cbuf_reass_count_set(struct cbufhead* chdr, size_t offset, uint8_t* bitmap, size_t limit);
|
D | cbuf.c | 339 size_t cbuf_reass_count_set(struct cbufhead* chdr, size_t offset, uint8_t* bitmap, size_t limit) { in cbuf_reass_count_set() function
|
/openthread-latest/third_party/tcplp/lib/test/ |
D | test_all.c | 202 …printf("Count Set: %d (should be at least 32)\n", (int) cbuf_reass_count_set(&chdr, 0, bitmap, 32)… in test_cbuf_2()
|