lwIP
nd6_neighbor_cache_entry_state
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
nd6_neighbor_cache_entry_state
nd6_neighbor_cache_entry_state enum
Syntax
Show:
Summary
Declaration
from
nd6_priv.h:113
enum
nd6_neighbor_cache_entry_state
{
ND6_NO_ENTRY
=
0
,
ND6_INCOMPLETE
,
ND6_REACHABLE
,
ND6_STALE
,
ND6_DELAY
,
ND6_PROBE
}
;
Values
Value
Declared as
nd6_neighbor_cache_entry_state::ND6_NO_ENTRY
=
0
nd6_neighbor_cache_entry_state::ND6_INCOMPLETE
nd6_neighbor_cache_entry_state::ND6_REACHABLE
nd6_neighbor_cache_entry_state::ND6_STALE
nd6_neighbor_cache_entry_state::ND6_DELAY
nd6_neighbor_cache_entry_state::ND6_PROBE
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