lwIP
ip_napt_entry
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
ip_napt_entry
ip_napt_entry struct
Syntax
Show:
Summary
Declaration
from
ip4_napt.c:68
struct
ip_napt_entry
{
u32_t
last
;
u32_t
src
;
u32_t
dest
;
u16_t
sport
;
u16_t
dport
;
u16_t
mport
;
u8_t
proto
;
u8_t
fin1
:
1
;
u8_t
fin2
:
1
;
u8_t
finack1
:
1
;
u8_t
finack2
:
1
;
u8_t
synack
:
1
;
u8_t
rst
:
1
;
u8_t
_unused
:
2
;
u32_t
src_seqno
;
u32_t
dest_seqno
;
u16_t
next
,
prev
;
}
;
Fields
Field
Declared as
ip_napt_entry::last
u32_t
ip_napt_entry::src
u32_t
ip_napt_entry::dest
u32_t
ip_napt_entry::sport
u16_t
ip_napt_entry::dport
u16_t
ip_napt_entry::mport
u16_t
ip_napt_entry::proto
u8_t
ip_napt_entry::fin1
u8_t
:
1
ip_napt_entry::fin2
u8_t
:
1
ip_napt_entry::finack1
u8_t
:
1
ip_napt_entry::finack2
u8_t
:
1
ip_napt_entry::synack
u8_t
:
1
ip_napt_entry::rst
u8_t
:
1
ip_napt_entry::_unused
u8_t
:
2
ip_napt_entry::src_seqno
u32_t
ip_napt_entry::dest_seqno
u32_t
ip_napt_entry::next
u16_t
ip_napt_entry::prev
u16_t
next
,
Related Functions
Found 2 other functions taking a
ip_napt_entry
argument:
Function
ip_napt_free()
ip_napt_insert()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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