lwIP
napt_list_last
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
napt_list_last
napt_list_last variable
Syntax
Show:
Summary
Declaration
from
ip4_napt.c:100
static
u16_t
napt_list
=
NO_IDX
,
napt_list_last
=
NO_IDX
;
Examples
References
from
examples
Code
Location
Referrer
static
u16_t
napt_list
=
NO_IDX
,
napt_list_last
=
NO_IDX
,
napt_free
=
0
;
ip4_napt.c:100
napt_list_last
=
NO_IDX
;
ip4_napt.c:179
ip_napt_deinit()
if
(
napt_list_last
==
NO_IDX
)
ip4_napt.c:385
ip_napt_insert()
napt_list_last
=
ti
;
ip4_napt.c:386
ip_napt_insert()
if
(
ti
==
napt_list_last
)
ip4_napt.c:412
ip_napt_free()
napt_list_last
=
t
->
prev
;
ip4_napt.c:413
ip_napt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
napt_list_last
is written by 3 functions and is read by 2 functions:
ip_napt_deinit()
ip_napt_insert()
ip_napt_free()
All items filtered out
napt_list_last
ip_napt_insert()
ip_napt_free()
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