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

sys_timeo struct

Syntax

struct sys_timeo {   struct sys_timeo *next;   u32_t time;   sys_timeout_handler h;   void *arg; #if LWIP_DEBUG_TIMERNAMES   const char* handler_name; #endif  };

Fields

next

No summary provided. Read more...

time

No summary provided. Read more...

h

No summary provided. Read more...

arg

No summary provided. Read more...

References

LocationReferrerScopeText
timeouts.h:93
struct sys_timeo {
memp_std.h:102
LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
timeouts.c:122next_timeout
static struct sys_timeo *next_timeout;
timeouts.c:186sys_timeout_abs()
struct sys_timeo *timeout, *t;
timeouts.c:188sys_timeout_abs()
timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT);
timeouts.c:319sys_untimeout()
struct sys_timeo *prev_t, *t;
timeouts.c:362sys_check_timeouts()
struct sys_timeo *tmptimeout;
timeouts.c:408sys_restart_timeouts()
struct sys_timeo *t;
timeouts.h:94sys_timeo::nextsys_timeo
struct sys_timeo *next;

Type Use

Variables of sys_timeo type
sys_timeout_abs()::timeout
sys_timeout_abs()::t
sys_untimeout()::prev_t
sys_untimeout()::t
sys_check_timeouts()::tmptimeout
sys_restart_timeouts()::t
all items filtered out
sys_timeo