Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A Dtimeouts.c321 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 1 milliseconds