Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1246 #define SET_MORE(v, m) ((v) |= (m) ? 0x08 : 0x00) macro
1301 SET_MORE(val, ctx->current + bytes < ctx->total_size); in coap_append_block1_option()
1324 SET_MORE(val, ctx->current + bytes < ctx->total_size); in coap_append_block2_option()