Searched refs:sys_timeout_handler (Results 1 – 8 of 8) sorted by relevance
| /lib/lwip/lwip/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 | 100 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg); 101 err_t tcpip_untimeout(sys_timeout_handler h, void *arg);
|
| /lib/lwip/lwip/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()
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | mdns_out.h | 110 sys_timeout_handler handler, u8_t *busy_flag);
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | tcpip_priv.h | 163 sys_timeout_handler h;
|
| /lib/lwip/lwip/src/api/ |
| A D | tcpip.c | 382 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout() 409 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()
|
| /lib/lwip/lwip/contrib/ports/win32/ |
| A D | pcapif.c | 151 …OTIFY_LINKSTATE(netif, linkfunc) sys_timeout(PCAPIF_LINKUP_DELAY, (sys_timeout_handler)linkfunc, n…
|
| /lib/lwip/lwip/src/apps/mdns/ |
| A D | mdns_out.c | 1119 mdns_set_timeout(struct netif *netif, u32_t msecs, sys_timeout_handler handler, in mdns_set_timeout()
|
Completed in 17 milliseconds