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

tcp_pcb::snd_wl1 field

Syntax

u32_t snd_wl1;

References

LocationReferrerText
tcp.h:320
u32_t snd_wl1, snd_wl2; /* Sequence and acknowledgement numbers of last
tcp_in.c:688tcp_listen_input()
npcb->snd_wl1 = seqno - 1;/* initialise to seqno-1 to force window update */
tcp_in.c:865tcp_process()
pcb->snd_wl1 = seqno - 1; /* initialise to seqno - 1 to force window update */
tcp_in.c:1154tcp_receive()
if (TCP_SEQ_LT(pcb->snd_wl1, seqno) ||
tcp_in.c:1155tcp_receive()
(pcb->snd_wl1 == seqno && TCP_SEQ_LT(pcb->snd_wl2, ackno)) ||
tcp_in.c:1163tcp_receive()
pcb->snd_wl1 = seqno;

Data Use

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