lwIP
nd6_destination_cache_entry::next_hop_addr
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_destination_cache_entry::next_hop_addr
nd6_destination_cache_entry::next_hop_addr field
Syntax
Show:
Summary
Declaration
from
nd6_priv.h:95
ip6_addr_t
next_hop_addr
;
Examples
References
from
examples
Code
Location
Referrer
ip6_addr_t
next_hop_addr
;
nd6_priv.h:95
ip6_addr_copy
(
destination_cache
[
dest_idx
]
.
next_hop_addr
,
target_address
)
;
nd6.c:900
nd6_input()
if
(
ip6_addr_eq
(
&
destination_cache
[
j
]
.
next_hop_addr
,
nd6.c:1072
nd6_tmr()
ip6_addr_copy
(
dest
->
next_hop_addr
,
dest
->
destination_addr
)
;
nd6.c:2031
nd6_get_next_hop_entry()
ip6_addr_set
(
&
dest
->
next_hop_addr
,
next_hop_addr
)
;
nd6.c:2036
nd6_get_next_hop_entry()
ip6_addr_copy
(
dest
->
next_hop_addr
,
default_router_list
[
i
]
.
neighbor_entry
->
next_hop_address
)
;
nd6.c:2047
nd6_get_next_hop_entry()
if
(
ip6_addr_eq
(
&
dest
->
next_hop_addr
,
nd6.c:2059
nd6_get_next_hop_entry()
i
=
nd6_find_neighbor_cache_entry
(
&
dest
->
next_hop_addr
)
;
nd6.c:2065
nd6_get_next_hop_entry()
ip6_addr_copy
(
neighbor_cache
[
i
]
.
next_hop_address
,
dest
->
next_hop_addr
)
;
nd6.c:2081
nd6_get_next_hop_entry()
if
(
ip6_addr_eq
(
&
dest
->
next_hop_addr
,
&
(
neighbor_cache
[
dest
->
cached_neighbor_idx
]
.
next_hop_address
)
)
)
{
nd6.c:2416
nd6_reachability_hint()
i
=
nd6_find_neighbor_cache_entry
(
&
dest
->
next_hop_addr
)
;
nd6.c:2420
nd6_reachability_hint()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nd6_destination_cache_entry::next_hop_addr
is read by 2 functions:
All items filtered out
nd6_destination_cache_entry::next_hop_addr
nd6_input()
nd6_get_next_hop_entry()
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