Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h1129 struct coap_pending *coap_pending_next_unused(
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c584 struct coap_pending *pending = coap_pending_next_unused(service->data->pending, in coap_service_send()
Dcoap.c1616 struct coap_pending *coap_pending_next_unused( in coap_pending_next_unused() function
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c791 pending = coap_pending_next_unused(pendings, NUM_PENDINGS); in ZTEST()
1774 pending = coap_pending_next_unused(pendings, NUM_PENDINGS); in ZTEST()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c673 msg->pending = coap_pending_next_unused(msg->ctx->pendings, ARRAY_SIZE(msg->ctx->pendings)); in lwm2m_init_message()
2670 msg->pending = coap_pending_next_unused(msg->ctx->pendings, ARRAY_SIZE(msg->ctx->pendings)); in lwm2m_response_promote_to_con()