tcp_hdr::seqno is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_hdr::seqno field

Syntax

u32_t seqno;

References

LocationReferrerText
tcp.h:59
tcp_in.c:230tcp_input()
seqno = tcphdr->seqno = lwip_ntohl(tcphdr->seqno);
tcp_in.c:1098tcp_free_acked_segments()
tcp_in.c:1325tcp_receive()
tcp_in.c:1328tcp_receive()
} else if (TCP_SEQ_LEQ(pcb->rto_end, lwip_ntohl(pcb->unacked->tcphdr->seqno))) {
tcp_in.c:1443tcp_receive()
tcp_out.c:199tcp_create_segment()
seg->tcphdr->seqno = lwip_htonl(seqno);
tcp_out.c:914tcp_split_unsent_seg()
seg = tcp_create_segment(pcb, p, remainder_flags, lwip_ntohl(useg->tcphdr->seqno) + split, optflags);
tcp_out.c:1305tcp_output()
if (lwip_ntohl(seg->tcphdr->seqno) - pcb->lastack + seg->len > wnd) {
tcp_out.c:1333tcp_output()
lwip_ntohl(seg->tcphdr->seqno) - pcb->lastack + seg->len <= wnd) {
tcp_out.c:1373tcp_output()
snd_nxt = lwip_ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg);
tcp_out.c:1389tcp_output()
if (TCP_SEQ_LT(lwip_ntohl(seg->tcphdr->seqno), lwip_ntohl(useg->tcphdr->seqno))) {
tcp_out.c:1393tcp_output()
TCP_SEQ_LT(lwip_ntohl((*cur_seg)->tcphdr->seqno), lwip_ntohl(seg->tcphdr->seqno))) {
tcp_out.c:1540tcp_output_segment()
tcp_out.c:1671tcp_rexmit_rto_prepare()
pcb->rto_end = lwip_ntohl(seg->tcphdr->seqno) + TCP_TCPLEN(seg);
tcp_out.c:1750tcp_rexmit()
TCP_SEQ_LT(lwip_ntohl((*cur_seg)->tcphdr->seqno), lwip_ntohl(seg->tcphdr->seqno))) {
tcp_out.c:1832tcp_output_alloc_header_common()
tcphdr->seqno = seqno_be;
tcp_out.c:2157tcp_zero_window_probe()
p = tcp_output_alloc_header(pcb, optlen, len, seg->tcphdr->seqno);
tcp_out.c:2177tcp_zero_window_probe()
snd_nxt = lwip_ntohl(seg->tcphdr->seqno) + 1;

Data Use

Type of tcp_hdr::seqno
tcp_hdr::seqno
all items filtered out