Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_server_core.c320 k_work_cancel_delayable_sync(&client->inactivity_timer, &sync); in http_server_release_client()
349 CONTAINER_OF(dwork, struct http_client_ctx, inactivity_timer); in client_timeout()
363 k_work_reschedule(&client->inactivity_timer, INACTIVITY_TIMEOUT); in http_client_timer_restart()
377 k_work_init_delayable(&client->inactivity_timer, client_timeout); in init_client_ctx()
/Zephyr-Core-3.7.0/include/zephyr/net/http/
Dserver.h401 struct k_work_delayable inactivity_timer; member