Searched refs:TCP_FR_DEBUG (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h49 #define TCP_FR_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TCP_FR) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h655 #ifndef TCP_FR_DEBUG
656 #define TCP_FR_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2335 * TCP_FR_DEBUG: Enable debugging in tcp_in.c for fast retransmit.
2337 #ifndef TCP_FR_DEBUG
2338 #define TCP_FR_DEBUG LWIP_DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h88 #define TCP_FR_DEBUG DBG_ON macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp_in.c668 LWIP_DEBUGF(TCP_FR_DEBUG, ("tcp_receive: dupacks %"U16_F" (%"U32_F"), fast retransmit %"U32_F"\n",
693 LWIP_DEBUGF(TCP_FR_DEBUG, ("tcp_receive: dupack averted %"U32_F" %"U32_F"\n",
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_out.c1344 LWIP_DEBUGF(TCP_FR_DEBUG,
1361 LWIP_DEBUGF(TCP_FR_DEBUG,

Completed in 61 milliseconds