Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dblock.h53 #define COAP_OPT_BLOCK_MORE(opt) \ macro
/third_party/libcoap/src/
Dcoap_debug.c613 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_', /* M bit */ in coap_show_pdu()
Dblock.c49 if (COAP_OPT_BLOCK_MORE(option)) in coap_get_block()
/third_party/libcoap/examples/
Dcoap-client.c378 if(COAP_OPT_BLOCK_MORE(block_opt)) { in message_handler()