Searched refs:TIMERS_DEBUG (Results 1 – 7 of 7) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | timers.c | 122 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: ip_reass_tmr()\n")); in ip_reass_timer() 138 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: etharp_tmr()\n")); in arp_timer() 154 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_coarse_tmr()\n")); in dhcp_timer_coarse() 168 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_fine_tmr()\n")); in dhcp_timer_fine() 184 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: autoip_tmr()\n")); in autoip_timer() 200 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: igmp_tmr()\n")); in igmp_timer() 216 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dns_tmr()\n")); in dns_timer() 282 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" handler=%s arg=%p\n", in sys_timeout_debug() 388 LWIP_DEBUGF(TIMERS_DEBUG, ("sct calling h=%s arg=%p\n", in sys_check_timeouts() 450 LWIP_DEBUGF(TIMERS_DEBUG, ("stmf calling h=%s arg=%p\n", in sys_timeouts_mbox_fetch()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | timeouts.c | 168 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in cyclic_timer() 230 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" handler=%s arg=%p\n", in sys_timeout_debug() 340 LWIP_DEBUGF(TIMERS_DEBUG, ("sct calling h=%s arg=%p\n", in sys_check_timeouts()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | timeouts.c | 201 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p abs_time=%"U32_F" handler=%s arg=%p\n", in sys_timeout_abs() 239 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: %s()\n", cyclic->handler_name)); in lwip_cyclic_timer() 384 LWIP_DEBUGF(TIMERS_DEBUG, ("sct calling h=%s t=%"U32_F" arg=%p\n", in sys_check_timeouts()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 2002 #ifndef TIMERS_DEBUG 2003 #define TIMERS_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 2735 #if !defined TIMERS_DEBUG || defined __DOXYGEN__ 2736 #define TIMERS_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 3364 #if !defined TIMERS_DEBUG || defined __DOXYGEN__ 3365 #define TIMERS_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip-nat/ |
| A D | ipv4_nat.c | 207 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: nat_timer()\n")); in nat_timer()
|
Completed in 22 milliseconds