lwIP
netif_ip6_addr_valid_life
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
netif_ip6_addr_valid_life
netif_ip6_addr_valid_life macro
Syntax
Show:
Summary
Declaration
from
netif.h:548
#define
netif_ip6_addr_valid_life
(
netif
,
i
)
\
(
(
(
netif
)
!=
NULL
)
?
(
(
netif
)
->
ip6_addr_valid_life
[
i
]
)
:
IP6_ADDR_LIFE_STATIC
)
Arguments
Argument
netif
i
Examples
References
from
examples
Code
Location
#define
netif_ip6_addr_valid_life
(
netif
,
i
)
\
netif.h:548
u32_t
remaining_life
=
netif_ip6_addr_valid_life
(
netif
,
i
)
;
nd6.c:231
u32_t
life
=
netif_ip6_addr_valid_life
(
netif
,
i
)
;
nd6.c:1122
(
netif_ip6_addr_valid_life
(
(
netif
)
,
(
i
)
)
==
IP6_ADDR_LIFE_STATIC
)
netif.h:557
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