Home
last modified time | relevance | path

Searched refs:coap_block_size_to_bytes (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c74 size = MIN(coap_block_size_to_bytes(ctx.block_size), in large_get()
138 ctx.current, coap_block_size_to_bytes(ctx.block_size), in large_update_put()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_opaque.c70 coap_block_size_to_bytes( in get_opaque()
Dlwm2m_message_handling.c288 const uint16_t block_size_bytes = coap_block_size_to_bytes(block_size); in build_msg_block_for_send()
2100 if (!last_block && coap_block_size_to_bytes(block_size) > payload_len) { in parse_write_op()
2822 coap_block_size_to_bytes(block_size); in lwm2m_udp_receive()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c498 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in prepare_block1_request()
573 int block_size = coap_block_size_to_bytes(COAP_BLOCK_32); in verify_block1_request()
600 coap_block_size_to_bytes(COAP_BLOCK_32) * (iter - 1U), in verify_block1_response()
671 int block_size = coap_block_size_to_bytes(COAP_BLOCK_64); in prepare_block2_response()
718 coap_block_size_to_bytes(COAP_BLOCK_64) * (iter - 1U), in verify_block2_request()
727 int block_size = coap_block_size_to_bytes(COAP_BLOCK_64); in verify_block2_response()
1161 coap_block_size_to_bytes(COAP_BLOCK_128)); in ZTEST()
1315 coap_block_size_to_bytes(COAP_BLOCK_128)); in init_basic_test_msg()
/Zephyr-latest/include/zephyr/net/
Dcoap.h759 static inline uint16_t coap_block_size_to_bytes( in coap_block_size_to_bytes() function
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c507 remaining = coap_block_size_to_bytes(ctx.block_size); in coap_well_known_core_get_len()
Dcoap.c1295 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block1_option()
1317 uint16_t bytes = coap_block_size_to_bytes(ctx->block_size); in coap_append_block2_option()
Dcoap_client.c319 coap_block_size_to_bytes(internal_req->send_blk_ctx.block_size); in coap_client_init_request()