Home
last modified time | relevance | path

Searched refs:TCP_RTO_DEBUG (Results 1 – 14 of 14) sorted by relevance

/lib/lwip/lwip/contrib/ports/unix/posixlib/
A Dlwipopts.h165 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
/lib/lwip/u-boot/
A Dlwipopts.h33 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
/lib/lwip/lwip/contrib/examples/example_app/
A Dlwipopts.h100 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_default.h279 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
A Dopt_dualstack.h279 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
A Dopt_ipv4only.h279 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
A Dopt_ipv6only.h279 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
A Dopt_nosys_dual.h279 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
A Dopt_nosys_ipv4.h279 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
A Dopt_nosys_ipv6.h279 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro
/lib/lwip/lwip/src/core/
A Dtcp_out.c1467 LWIP_DEBUGF(TCP_RTO_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("tcp_output_segment: segment busy\n")); in tcp_output_segment()
1538 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq)); in tcp_output_segment()
1643 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare()
1648 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare()
1736 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit busy\n")); in tcp_rexmit()
A Dtcp_in.c1344 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: pcb->rttest %"U32_F" rtseq %"U32_F" ackno %"U32_F"\n",
1355 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: experienced rtt %"U16_F" ticks (%"U16_F" msec).\n",
1368 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_receive: RTO %"U16_F" (%"U16_F" milliseconds)\n",
A Dtcp.c1281 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_slowtmr: rtime %"S16_F in tcp_slowtmr()
/lib/lwip/lwip/src/include/lwip/
A Dopt.h3462 #if !defined TCP_RTO_DEBUG || defined __DOXYGEN__
3463 #define TCP_RTO_DEBUG LWIP_DBG_OFF macro

Completed in 56 milliseconds