Searched refs:build_msg_block_for_send (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/ |
D | main.c | 14 int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num, 274 ret = build_msg_block_for_send(msg, 1, COAP_BLOCK_64); in ZTEST_F() 289 ret = build_msg_block_for_send(msg, 2, COAP_BLOCK_64); in ZTEST_F() 350 ret = build_msg_block_for_send(msg, 1, COAP_BLOCK_64); in ZTEST_F() 365 ret = build_msg_block_for_send(msg, 2, COAP_BLOCK_64); in ZTEST_F() 378 ret = build_msg_block_for_send(msg, 3, COAP_BLOCK_64); in ZTEST_F()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 106 STATIC int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num, 283 STATIC int build_msg_block_for_send(struct lwm2m_message *msg, uint16_t block_num, in build_msg_block_for_send() function 435 ret = build_msg_block_for_send(msg, 0, lwm2m_default_block_size()); in prepare_msg_for_send() 2719 r = build_msg_block_for_send(msg, block, block_size); in handle_ongoing_block2_tx() 2831 r = build_msg_block_for_send(msg, block_num + 1, block_size); in lwm2m_udp_receive()
|