Searched refs:COAP_OPT_BLOCK_MORE (Results 1 – 4 of 4) sorted by relevance
53 #define COAP_OPT_BLOCK_MORE(opt) \ macro
613 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_', /* M bit */ in coap_show_pdu()
49 if (COAP_OPT_BLOCK_MORE(option)) in coap_get_block()
378 if(COAP_OPT_BLOCK_MORE(block_opt)) { in message_handler()