Searched refs:TIMERS_DEBUG (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/core/ |
| 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()
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 2002 #ifndef TIMERS_DEBUG 2003 #define TIMERS_DEBUG LWIP_DBG_OFF macro
|