Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtimers.c323 struct sys_timeo *prev_t, *t; in sys_untimeout() local
329 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()
333 if (prev_t == NULL) { in sys_untimeout()
336 prev_t->next = t->next; in sys_untimeout()

Completed in 2 milliseconds