Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c84 r = coap_next_block(&response, &ctx); in large_get()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c282 last_block = !coap_next_block(check_response, &context.block_ctx); in do_firmware_transfer_reply_cb()
/Zephyr-latest/include/zephyr/net/
Dcoap.h985 size_t coap_next_block(const struct coap_packet *cpkt,
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c298 last_block = coap_next_block(&reply, &blk_ctx); in process_large_coap_reply()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c341 coap_next_block(&internal_req->request, &internal_req->send_blk_ctx); in coap_client_init_request()
922 coap_next_block(response, &internal_req->recv_blk_ctx); in handle_response()
Dcoap.c1578 size_t coap_next_block(const struct coap_packet *cpkt, in coap_next_block() function
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c535 *more = coap_next_block(req, req_ctx); in prepare_block1_request()
646 coap_next_block(rsp, req_ctx); in prepare_block2_request()
709 *more = coap_next_block(rsp, rsp_ctx); in prepare_block2_response()
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c477 if (coap_next_block(&response_packet, &ctx.block) == 0) { in install_update_cb()