Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/core/
A Dtimeouts.c275 struct sys_timeo *prev_t, *t; in sys_untimeout() local
281 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()
285 if (prev_t == NULL) { in sys_untimeout()
288 prev_t->next = t->next; in sys_untimeout()
/components/net/lwip/lwip-1.4.1/src/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()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtimeouts.c319 struct sys_timeo *prev_t, *t; in sys_untimeout() local
327 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()
331 if (prev_t == NULL) { in sys_untimeout()
334 prev_t->next = t->next; in sys_untimeout()

Completed in 5 milliseconds