Searched refs:TCP_RTO_DEBUG (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp_out.c | 1484 LWIP_DEBUGF(TCP_RTO_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("tcp_output_segment: segment busy\n")); in tcp_output_segment() 1555 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq)); in tcp_output_segment() 1660 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare() 1665 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare() 1753 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit busy\n")); in tcp_rexmit()
|
D | tcp_in.c | 1373 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", 1384 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n", 1397 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: RTO %"U16_F" (%"U16_F" milliseconds)\n",
|
D | tcp.c | 1455 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 3400 #if !defined TCP_RTO_DEBUG || defined __DOXYGEN__ 3401 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
|