sys_timeo::next is only used within LwIP.
 
Symbols
loading...
Files
loading...

sys_timeo::next field

Syntax

struct sys_timeo *next;

References

LocationReferrerText
timeouts.h:94
struct sys_timeo *next;
timeouts.c:194sys_timeout_abs()
timeout->next = NULL;
timeouts.c:210sys_timeout_abs()
timeout->next = next_timeout;
timeouts.c:213sys_timeout_abs()
for (t = next_timeout; t != NULL; t = t->next) {
timeouts.c:214sys_timeout_abs()
if ((t->next == NULL) || TIME_LESS_THAN(timeout->time, t->next->time)) {
timeouts.c:215sys_timeout_abs()
timeout->next = t->next;
timeouts.c:216sys_timeout_abs()
t->next = timeout;
timeouts.c:327sys_untimeout()
for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) {
timeouts.c:332sys_untimeout()
next_timeout = t->next;
timeouts.c:334sys_untimeout()
prev_t->next = t->next;
timeouts.c:378sys_check_timeouts()
next_timeout = tmptimeout->next;
timeouts.c:417sys_restart_timeouts()
for (t = next_timeout; t != NULL; t = t->next) {

Data Use

Functions writing sys_timeo::next
Functions reading sys_timeo::next
all items filtered out
sys_timeo::next
Type of sys_timeo::next
sys_timeo::next
all items filtered out