Searched refs:TCP_MAXRTX (Results 1 – 11 of 11) sorted by relevance
929 #ifndef TCP_MAXRTX930 #define TCP_MAXRTX 12 macro
124 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
827 else if (pcb->nrtx == TCP_MAXRTX) { in tcp_slowtmr()
160 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
1231 } else if (pcb->nrtx >= TCP_MAXRTX) { in tcp_slowtmr()1238 if (pcb->persist_probe >= TCP_MAXRTX) { in tcp_slowtmr()
164 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
1025 else if (pcb->nrtx >= TCP_MAXRTX) { in tcp_slowtmr()
402 #define TCP_MAXRTX 12 macro
1156 #if !defined TCP_MAXRTX || defined __DOXYGEN__1157 #define TCP_MAXRTX 12 macro
1245 #if !defined TCP_MAXRTX || defined __DOXYGEN__1246 #define TCP_MAXRTX 12 macro
1256 EXPECT(txcounters.num_tx_calls == TCP_MAXRTX); in test_tcp_rto_timeout_impl()1257 EXPECT(txcounters.num_tx_bytes == TCP_MAXRTX * (TCP_MSS + 40U)); in test_tcp_rto_timeout_impl()1481 EXPECT(txcounters.num_tx_calls == TCP_MAXRTX); in test_tcp_zwp_timeout_impl()1482 EXPECT(txcounters.num_tx_bytes == TCP_MAXRTX * (1 + 40U)); in test_tcp_zwp_timeout_impl()
Completed in 31 milliseconds