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/
Dcoap_block.h88 #define COAP_OPT_BLOCK_MORE(opt) \ macro
/third_party/libcoap/src/
Dcoap_debug.c836 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_', /* M bit */ in coap_show_pdu()
841 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_'); /* M bit */ in coap_show_pdu()
845 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_', /* M bit */ in coap_show_pdu()
Dcoap_block.c69 if (COAP_OPT_BLOCK_MORE(option)) in coap_get_block_b()
2347 if (COAP_OPT_BLOCK_MORE(option) && p->option == COAP_OPTION_Q_BLOCK2) { in coap_handle_request_send_block()
/third_party/libcoap/examples/
Dcoap-client.c445 if (COAP_OPT_BLOCK_MORE(block_opt)) { in message_handler()