Home
last modified time | relevance | path

Searched refs:sys_timeout_handler (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtimers.h65 typedef void (* sys_timeout_handler)(void *arg); typedef
70 sys_timeout_handler h;
80 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam…
83 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
86 void sys_untimeout(sys_timeout_handler handler, void *arg);
Dtcpip.h113 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
114 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);
154 sys_timeout_handler h;
/lib/liblwip/src/core/
Dtimers.c263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
266 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug()
321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
363 sys_timeout_handler handler; in sys_check_timeouts()
427 sys_timeout_handler handler; in sys_timeouts_mbox_fetch()
/lib/liblwip/src/api/
Dtcpip.c247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
276 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()