LwIP
tcp_pcb::snd_wl1
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
tcp_pcb::snd_wl1
tcp_pcb::snd_wl1 field
Syntax
Show:
Summary
Declaration
from
tcp.h:320
u32_t
snd_wl1
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
snd_wl1
,
snd_wl2
;
/* Sequence and acknowledgement numbers of last
tcp.h:320
npcb
->
snd_wl1
=
seqno
-
1
;
/* initialise to seqno-1 to force window update */
tcp_in.c:688
tcp_listen_input()
pcb
->
snd_wl1
=
seqno
-
1
;
/* initialise to seqno - 1 to force window update */
tcp_in.c:865
tcp_process()
if
(
TCP_SEQ_LT
(
pcb
->
snd_wl1
,
seqno
)
||
tcp_in.c:1154
tcp_receive()
(
pcb
->
snd_wl1
==
seqno
&&
TCP_SEQ_LT
(
pcb
->
snd_wl2
,
ackno
)
)
||
tcp_in.c:1155
tcp_receive()
pcb
->
snd_wl1
=
seqno
;
tcp_in.c:1163
tcp_receive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tcp_pcb::snd_wl1
is written by 3 functions and is read by 1 function:
tcp_listen_input()
tcp_process()
tcp_receive()
All items filtered out
tcp_pcb::snd_wl1
tcp_receive()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out