Searched refs:TCP_RTO_DEBUG (Results 1 – 13 of 13) sorted by relevance
| /components/net/lwip/port/ |
| A D | lwipopts.h | 230 #define TCP_RTO_DEBUG LWIP_DBG_ON macro 232 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 2031 #ifndef TCP_RTO_DEBUG 2032 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 2764 #if !defined TCP_RTO_DEBUG || defined __DOXYGEN__ 2765 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_out.c | 1471 LWIP_DEBUGF(TCP_RTO_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("tcp_output_segment: segment busy\n")); in tcp_output_segment() 1542 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq)); in tcp_output_segment() 1647 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare() 1652 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare() 1740 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit busy\n")); in tcp_rexmit()
|
| A D | tcp_in.c | 1338 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", 1349 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n", 1362 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: RTO %"U16_F" (%"U16_F" milliseconds)\n",
|
| A D | tcp.c | 1277 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F in tcp_slowtmr()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 3393 #if !defined TCP_RTO_DEBUG || defined __DOXYGEN__ 3394 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp_in.c | 1085 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", in tcp_receive() 1096 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n", in tcp_receive() 1109 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: RTO %"U16_F" (%"U16_F" milliseconds)\n", in tcp_receive()
|
| A D | tcp.c | 850 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F in tcp_slowtmr()
|
| A D | tcp_out.c | 1109 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq)); in tcp_output_segment()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_in.c | 1251 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n", 1262 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n", 1275 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: RTO %"U16_F" (%"U16_F" milliseconds)\n",
|
| A D | tcp_out.c | 1259 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq)); in tcp_output_segment()
|
| A D | tcp.c | 1052 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F in tcp_slowtmr()
|
Completed in 41 milliseconds