|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | lwip_cyclic_timer |
Macros | |
| #define | LWIP_DEBUG_TIMERNAMES 0 |
| #define | SYS_TIMEOUTS_SLEEPTIME_INFINITE 0xFFFFFFFF |
Typedefs | |
| typedef void(* | lwip_cyclic_timer_handler) (void) |
Variables | |
| const struct lwip_cyclic_timer | lwip_cyclic_timers [] |
| const int | lwip_num_cyclic_timers |
Timer implementations
Definition in file timeouts.h.
| #define LWIP_DEBUG_TIMERNAMES 0 |
Definition at line 55 of file timeouts.h.
| #define SYS_TIMEOUTS_SLEEPTIME_INFINITE 0xFFFFFFFF |
Returned by sys_timeouts_sleeptime() to indicate there is no timer, so we can sleep forever.
Definition at line 62 of file timeouts.h.
Function prototype for a stack-internal timer function that has to be called at a defined interval
Definition at line 66 of file timeouts.h.
|
extern |
This array contains all stack-internal cyclic timers. To get the number of timers, use lwip_num_cyclic_timers
This array contains all stack-internal cyclic timers. To get the number of timers, use LWIP_ARRAYSIZE()
Definition at line 77 of file timeouts.c.
Array size of lwip_cyclic_timers[]
Definition at line 117 of file timeouts.c.