Searched refs:TIMERS_DEBUG (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | timers.c | 120 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: ip_reass_tmr()\n")); in ip_reass_timer() 136 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: etharp_tmr()\n")); in arp_timer() 153 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_coarse_tmr()\n")); in dhcp_timer_coarse() 167 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_fine_tmr()\n")); in dhcp_timer_fine() 183 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: autoip_tmr()\n")); in autoip_timer() 199 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: igmp_tmr()\n")); in igmp_timer() 215 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dns_tmr()\n")); in dns_timer() 281 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" handler=%s arg=%p\n", in sys_timeout_debug() 384 LWIP_DEBUGF(TIMERS_DEBUG, ("sct calling h=%s arg=%p\n", in sys_check_timeouts() 446 LWIP_DEBUGF(TIMERS_DEBUG, ("stmf calling h=%s arg=%p\n", in sys_timeouts_mbox_fetch()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | opt.h | 1940 #ifndef TIMERS_DEBUG 1941 #define TIMERS_DEBUG LWIP_DBG_OFF macro
|