Searched refs:sys_timeout_handler (Results 1 – 14 of 14) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | timers.h | 65 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 D | tcpip.h | 113 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 D | timeouts.h | 84 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 D | tcpip.h | 96 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 D | timeouts.h | 91 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 D | tcpip.h | 99 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 D | timeouts.c | 181 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 D | timers.c | 263 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 D | timeouts.c | 201 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 D | tcpip_priv.h | 147 sys_timeout_handler h;
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | tcpip.c | 247 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 D | tcpip_priv.h | 157 sys_timeout_handler h;
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | tcpip.c | 269 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 D | tcpip.c | 377 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