Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H 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);
H 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);
/btstack/3rd-party/lwip/core/src/core/
H 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()
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dmdns_out.h110 sys_timeout_handler handler, u8_t *busy_flag);
/btstack/3rd-party/lwip/core/src/api/
H 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()
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h157 sys_timeout_handler h;
/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns_out.c1122 mdns_set_timeout(struct netif *netif, u32_t msecs, sys_timeout_handler handler, in mdns_set_timeout()