Searched refs:COAP_OPT_BLOCK_SZX (Results 1 – 4 of 4) sorted by relevance
92 #define COAP_OPT_BLOCK_SZX(opt) \ macro
832 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()
1542 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()
71 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()