Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_block.h92 #define COAP_OPT_BLOCK_SZX(opt) \ macro
/third_party/libcoap/src/
Dcoap_debug.c832 if (COAP_OPT_BLOCK_SZX(option) == 7) { in coap_show_pdu()
846 (1 << (COAP_OPT_BLOCK_SZX(option) + 4))); /* block size */ in coap_show_pdu()
Dcoap_net.c1542 if (opt && COAP_OPT_BLOCK_SZX(opt) == 7) { in coap_send_internal()
1546 if (opt && COAP_OPT_BLOCK_SZX(opt) == 7) { in coap_send_internal()
Dcoap_block.c71 block->aszx = block->szx = COAP_OPT_BLOCK_SZX(option); in coap_get_block_b()
2339 if (block.aszx != COAP_OPT_BLOCK_SZX(option)) { in coap_handle_request_send_block()