lwIP
ip_napt_entry::fin2
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
ESP-IDF Framework and Examples
lwIP
ip_napt_entry::fin2
ip_napt_entry::fin2 field
Syntax
Show:
Summary
Declaration
from
ip4_napt.c:77
u8_t
fin2
:
1
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
fin2
:
1
;
ip4_napt.c:77
if
(
t
->
proto
==
IP_PROTO_TCP
&&
t
->
synack
&&
!
(
t
->
fin1
||
t
->
fin2
||
t
->
rst
)
)
{
ip4_napt.c:442
ip_napt_free()
t
->
fin1
=
t
->
fin2
=
t
->
finack1
=
t
->
finack2
=
t
->
synack
=
t
->
rst
=
0
;
ip4_napt.c:603
ip_napt_add()
if
(
t
->
fin2
&&
(
TCPH_FLAGS
(
tcphdr
)
&
TCP_ACK
)
)
ip4_napt.c:816
ip_napt_recv()
t
->
fin2
=
1
;
ip4_napt.c:916
ip_napt_forward()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ip_napt_entry::fin2
is written by 2 functions and is read by 2 functions:
ip_napt_add()
ip_napt_forward()
All items filtered out
ip_napt_entry::fin2
ip_napt_free()
ip_napt_recv()
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