tcp_pcb::nrtx is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_pcb::nrtx field

Syntax

u8_t nrtx;

References

LocationReferrerText
tcp.h:305
u8_t nrtx; /* number of retransmissions */
tcp.c:1228tcp_slowtmr()
if (pcb->state == SYN_SENT && pcb->nrtx >= TCP_SYNMAXRTX) {
tcp.c:1231tcp_slowtmr()
} else if (pcb->nrtx >= TCP_MAXRTX) {
tcp.c:1287tcp_slowtmr()
u8_t backoff_idx = LWIP_MIN(pcb->nrtx, sizeof(tcp_backoff) - 1);
tcp_in.c:897tcp_process()
pcb->nrtx = 0;
tcp_in.c:916tcp_process()
if (pcb->nrtx < TCP_SYNMAXRTX) {
tcp_in.c:1242tcp_receive()
pcb->nrtx = 0;
tcp_out.c:1691tcp_rexmit_rto_commit()
if (pcb->nrtx < 0xFF) {
tcp_out.c:1692tcp_rexmit_rto_commit()
++pcb->nrtx;
tcp_out.c:1762tcp_rexmit()
if (pcb->nrtx < 0xFF) {
tcp_out.c:1763tcp_rexmit()
++pcb->nrtx;

Data Use

Functions writing tcp_pcb::nrtx
Functions reading tcp_pcb::nrtx
tcp_pcb::nrtx
Type of tcp_pcb::nrtx
tcp_pcb::nrtx
all items filtered out