Home
last modified time | relevance | path

Searched refs:rtseq (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcp.h301 u32_t rtseq; /* sequence number being timed */ member
/third_party/lwip/src/core/
Dtcp_in.c1340 pcb->rttest, pcb->rtseq, ackno));
1345 if (pcb->rttest && TCP_SEQ_LT(pcb->rtseq, ackno)) {
Dtcp_out.c1541 pcb->rtseq = lwip_ntohl(seg->tcphdr->seqno); in tcp_output_segment()
1543 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_output_segment: rtseq %"U32_F"\n", pcb->rtseq)); in tcp_output_segment()