Home
last modified time | relevance | path

Searched refs:inactivity (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dtcp.c1365 * various timers such as the inactivity timer in each PCB.
1887 u32_t inactivity; local
1902 * these the one with the longest inactivity time.
1906 inactivity = 0;
1911 /* longer inactivity is also a kill candidate */
1912 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) {
1913 inactivity = tcp_ticks - pcb->tmr;
1920 (void *)inactive, inactivity));
1933 u32_t inactivity; local
1937 inactivity
1965 u32_t inactivity; global() local
[all...]

Completed in 3 milliseconds