Home
last modified time | relevance | path

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

/lib/lwip/lwip/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.h100 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 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()
/lib/lwip/lwip/src/include/lwip/apps/
A Dmdns_out.h110 sys_timeout_handler handler, u8_t *busy_flag);
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcpip_priv.h163 sys_timeout_handler h;
/lib/lwip/lwip/src/api/
A Dtcpip.c382 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 Dpcapif.c151 …OTIFY_LINKSTATE(netif, linkfunc) sys_timeout(PCAPIF_LINKUP_DELAY, (sys_timeout_handler)linkfunc, n…
/lib/lwip/lwip/src/apps/mdns/
A Dmdns_out.c1119 mdns_set_timeout(struct netif *netif, u32_t msecs, sys_timeout_handler handler, in mdns_set_timeout()

Completed in 17 milliseconds