Searched refs:TCP_RTO_DEBUG (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 54 #define TCP_RTO_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_TCP_RTO) macro
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | opt.h | 659 #ifndef TCP_RTO_DEBUG 660 #define TCP_RTO_DEBUG DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2342 * TCP_RTO_DEBUG: Enable debugging in TCP for retransmit 2345 #ifndef TCP_RTO_DEBUG 2346 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 89 #define TCP_RTO_DEBUG DBG_ON macro
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | tcp_in.c | 806 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", 815 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n", 828 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: RTO %"U16_F" (%"U16_F" miliseconds)\n",
|
H A D | tcp_out.c | 555 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq));
|
H A D | tcp.c | 507 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"U16_F" pcb->rto %"U16_F"\n",
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | tcp_in.c | 1360 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", 1371 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n", 1384 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: RTO %"U16_F" (%"U16_F" milliseconds)\n",
|
H A D | tcp.c | 923 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F
|
H A D | tcp_out.c | 1121 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq));
|
Completed in 81 milliseconds