Searched refs:COAP_OPT_BLOCK_MORE (Results 1 – 5 of 5) sorted by relevance
48 #define COAP_OPT_BLOCK_MORE(opt) \ macro
54 if (COAP_OPT_BLOCK_MORE(option)) in coap_get_block()
419 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_', /* M bit */ in coap_show_pdu()
372 if(COAP_OPT_BLOCK_MORE(block_opt)) { in message_handler()
1221 if (COAP_OPT_BLOCK_MORE(block_opt)) { in read_blocks()