Home
last modified time | relevance | path

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

/net-tools-2.7.6/libcoap/include/coap/
Dblock.h48 #define COAP_OPT_BLOCK_MORE(opt) \ macro
/net-tools-2.7.6/libcoap/src/
Dblock.c54 if (COAP_OPT_BLOCK_MORE(option)) in coap_get_block()
Ddebug.c419 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_', /* M bit */ in coap_show_pdu()
/net-tools-2.7.6/libcoap/examples/
Dclient.c372 if(COAP_OPT_BLOCK_MORE(block_opt)) { in message_handler()
/net-tools-2.7.6/
Dcoap-client.c1221 if (COAP_OPT_BLOCK_MORE(block_opt)) { in read_blocks()