Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtimers.c64 static struct sys_timeo *next_timeout;
269 struct sys_timeo *timeout, *t; in sys_timeout_debug()
271 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_debug()
323 struct sys_timeo *prev_t, *t; in sys_untimeout()
361 struct sys_timeo *tmptimeout; in sys_check_timeouts()
426 struct sys_timeo *tmptimeout; in sys_timeouts_mbox_fetch()
/lk-master/external/lib/lwip/include/lwip/
A Dtimers.h67 struct sys_timeo { struct
68 struct sys_timeo *next; argument
A Dmemp_std.h75 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")

Completed in 3 milliseconds