Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/include/coap/
Dblock.h52 #define COAP_OPT_BLOCK_SZX(opt) \ macro
/net-tools-3.4.0/libcoap/src/
Dblock.c53 block->szx = COAP_OPT_BLOCK_SZX(option); in coap_get_block()
Ddebug.c420 (2 << (COAP_OPT_BLOCK_SZX(option) + 4))); /* block size */ in coap_show_pdu()
/net-tools-3.4.0/libcoap/examples/
Dclient.c375 COAP_OPT_BLOCK_SZX(block_opt), in message_handler()
406 COAP_OPT_BLOCK_SZX(block_opt)), buf); in message_handler()
429 block.szx = COAP_OPT_BLOCK_SZX(block_opt); in message_handler()
/net-tools-3.4.0/
Dcoap-client.c1223 COAP_OPT_BLOCK_SZX(block_opt), in read_blocks()
1237 COAP_OPT_BLOCK_SZX(block_opt)), buf); in read_blocks()
1393 block.szx = COAP_OPT_BLOCK_SZX(block_opt); in coap_message_handler()