Searched refs:COAP_OPT_BLOCK_MORE (Results 1 – 4 of 4) sorted by relevance
88 #define COAP_OPT_BLOCK_MORE(opt) \ macro
836 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()
69 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()
445 if (COAP_OPT_BLOCK_MORE(block_opt)) { in message_handler()