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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dsys.c211 struct sys_timeo *prev_t, *t; local
218 for (t = timeouts->next, prev_t = NULL; t != NULL; prev_t = t, t = t->next)
224 if (prev_t == NULL)
227 prev_t->next = t->next;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtimers.c442 struct sys_timeo *prev_t, *t; local
448 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) {
452 if (prev_t == NULL) {
455 prev_t->next = t->next;

Completed in 43 milliseconds