Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c34 #define MAX_PENDINGS CONFIG_COAP_SERVICE_PENDING_MESSAGES macro
173 pending = coap_pending_received(&request, service->data->pending, MAX_PENDINGS); in coap_server_process()
270 pending = coap_pending_next_to_expire(service->data->pending, MAX_PENDINGS); in coap_server_retransmit()
314 pending = coap_pending_next_to_expire(svc->data->pending, MAX_PENDINGS); in coap_server_poll_timeout()
546 MAX_PENDINGS); in coap_service_send()