Searched refs:TIMERS_DEBUG (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | timers.c | 166 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: ip_reass_tmr()\n")); 182 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: etharp_tmr()\n")); 198 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_coarse_tmr()\n")); 212 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dhcp_fine_tmr()\n")); 228 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: autoip_tmr()\n")); 244 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: igmp_tmr()\n")); 260 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: dns_tmr()\n")); 276 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: nd6_tmr()\n")); 291 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: ip6_reass_tmr()\n")); 307 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpi [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 57 #define TIMERS_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TIMERS) macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2314 * TIMERS_DEBUG: Enable debugging in timers.c. 2316 #ifndef TIMERS_DEBUG 2317 #define TIMERS_DEBUG LWIP_DBG_OFF macro
|
Completed in 49 milliseconds