Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c120 if (!GET_BLOCK_NUM(r)) { in large_update_put()
200 if (!GET_BLOCK_NUM(r)) { in large_create_post()
/Zephyr-latest/include/zephyr/net/
Dcoap.h245 #define GET_BLOCK_NUM(v) ((v) >> 4) macro
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c401 blk_num = GET_BLOCK_NUM(blk2_opt); in install_update_cb_check_blk_num()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c909 block_num = (block_option > 0) ? GET_BLOCK_NUM(block_option) : 0; in handle_response()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c2105 block_num = GET_BLOCK_NUM(block_opt); in parse_write_op()