Searched refs:sys_timeout_handler (Results 1 – 7 of 7) sorted by relevance
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H 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);
|
H 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);
|
/btstack/3rd-party/lwip/core/src/core/ |
H 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()
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | mdns_out.h | 110 sys_timeout_handler handler, u8_t *busy_flag);
|
/btstack/3rd-party/lwip/core/src/api/ |
H 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()
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 157 sys_timeout_handler h;
|
/btstack/3rd-party/lwip/core/src/apps/mdns/ |
H A D | mdns_out.c | 1122 mdns_set_timeout(struct netif *netif, u32_t msecs, sys_timeout_handler handler, in mdns_set_timeout()
|