lwIP
nd6_neighbor_cache_entry
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
nd6_neighbor_cache_entry
nd6_neighbor_cache_entry struct
Struct for tables.
Syntax
Show:
Summary
Declaration
from
nd6_priv.h:71
struct
nd6_neighbor_cache_entry
{
ip6_addr_t
next_hop_address
;
struct
netif
*
netif
;
u8_t
lladdr
[
NETIF_MAX_HWADDR_LEN
]
;
#if
LWIP_ND6_QUEUEING
struct
nd6_q_entry
*
q
;
#else
struct
pbuf
*
q
;
#endif
u8_t
state
;
u8_t
isrouter
;
union
{
u32_t
reachable_time
;
u32_t
delay_time
;
u32_t
probes_sent
;
u32_t
stale_time
;
}
counter
;
}
;
Fields
Field
Declared as
Description
nd6_neighbor_cache_entry::next_hop_address
ip6_addr_t
nd6_neighbor_cache_entry::netif
struct
netif
*
nd6_neighbor_cache_entry::lladdr
u8_t
[
NETIF_MAX_HWADDR_LEN
]
nd6_neighbor_cache_entry::q
struct
nd6_q_entry
*
Pointer to queue of pending outgoing packets on this entry.
nd6_neighbor_cache_entry::state
u8_t
nd6_neighbor_cache_entry::isrouter
u8_t
nd6_neighbor_cache_entry::counter
union
{
u32_t
reachable_time
;
u32_t
delay_time
;
u32_t
probes_sent
;
u32_t
stale_time
;
}
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