Home
last modified time | relevance | path

Searched refs:handler_name (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/lwip/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() argument
200 timeout->handler_name = handler_name; in sys_timeout_abs()
202 (void *)timeout, abs_time, handler_name, (void *)arg)); in sys_timeout_abs()
239 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in lwip_cyclic_timer()
248 … sys_timeout_abs((u32_t)(now + cyclic->interval_ms), lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer()
256 sys_timeout_abs(next_timeout_time, lwip_cyclic_timer, arg, cyclic->handler_name); in lwip_cyclic_timer()
287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() argument
302 sys_timeout_abs(next_timeout_time, handler, arg, handler_name); in sys_timeout_debug()
385 tmptimeout->handler_name, sys_now() - tmptimeout->time, arg)); in sys_check_timeouts()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dtimeouts.h74 const char* handler_name; member
99 const char* handler_name; member
106 …d sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);