Home
last modified time | relevance | path

Searched refs:coap_pending_next_to_expire (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/subsys/net/lib/coap/
Dcoap_server.c274 pending = coap_pending_next_to_expire(service->data->pending, MAX_PENDINGS); in coap_server_retransmit()
318 pending = coap_pending_next_to_expire(svc->data->pending, MAX_PENDINGS); in coap_server_poll_timeout()
Dcoap.c1663 struct coap_pending *coap_pending_next_to_expire( in coap_pending_next_to_expire() function
/Zephyr-Core-3.6.0/include/zephyr/net/
Dcoap.h1085 struct coap_pending *coap_pending_next_to_expire(
/Zephyr-Core-3.6.0/tests/net/lib/coap/src/
Dmain.c804 rsp_pending = coap_pending_next_to_expire(pendings, NUM_PENDINGS); in ZTEST()