Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A 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);
A 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;
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtimeouts.h84 typedef void (* sys_timeout_handler)(void *arg); typedef
89 sys_timeout_handler h;
99 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam…
102 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
105 void sys_untimeout(sys_timeout_handler handler, void *arg);
A Dtcpip.h96 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
97 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtimeouts.h91 typedef void (* sys_timeout_handler)(void *arg); typedef
96 sys_timeout_handler h;
106 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam…
109 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
112 void sys_untimeout(sys_timeout_handler handler, void *arg);
A Dtcpip.h99 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
100 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);
/components/net/lwip/lwip-2.1.2/src/core/
A Dtimeouts.c181 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs()
183 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg) in sys_timeout_abs()
287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug()
290 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug()
317 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
363 sys_timeout_handler handler; in sys_check_timeouts()
/components/net/lwip/lwip-1.4.1/src/core/
A 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()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtimeouts.c201 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
204 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug()
273 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
318 sys_timeout_handler handler; in sys_check_timeouts()
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcpip_priv.h147 sys_timeout_handler h;
/components/net/lwip/lwip-1.4.1/src/api/
A 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()
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcpip_priv.h157 sys_timeout_handler h;
/components/net/lwip/lwip-2.0.3/src/api/
A Dtcpip.c269 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
296 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()
/components/net/lwip/lwip-2.1.2/src/api/
A Dtcpip.c377 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
404 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()

Completed in 13 milliseconds