ESP-IDF
ot::MeshForwarder::RxInfo::GetDstAddr() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshForwarder::RxInfo::GetDstAddr() const
ot::MeshForwarder::RxInfo::GetDstAddr() const method
Syntax
Show:
Summary
Declaration
from
mesh_forwarder.hpp:393
const
Mac
::
Address
&
GetDstAddr
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
Mac
::
Address
&
GetDstAddr
(
void
)
const
{
return
mMacAddrs
.
mDestination
;
}
mesh_forwarder.hpp:393
error
=
CheckReachability
(
aRxInfo
.
GetDstAddr
(
)
.
GetShort
(
)
,
aRxInfo
.
mIp6Headers
.
GetIp6Header
(
)
)
;
mesh_forwarder_ftd.cpp:510
ot::MeshForwarder
ot::MeshForwarder::CheckReachability()
if
(
Get
<
Mle
::
Mle
>
(
)
.
HasRloc16
(
aRxInfo
.
GetDstAddr
(
)
.
GetShort
(
)
)
||
mesh_forwarder_ftd.cpp:588
ot::MeshForwarder
ot::MeshForwarder::HandleMesh()
Get
<
ChildTable
>
(
)
.
HasMinimalChild
(
aRxInfo
.
GetDstAddr
(
)
.
GetShort
(
)
)
)
mesh_forwarder_ftd.cpp:589
ot::MeshForwarder
ot::MeshForwarder::HandleMesh()
ResolveRoutingLoops
(
neighborMacSource
.
GetShort
(
)
,
aRxInfo
.
GetDstAddr
(
)
.
GetShort
(
)
)
;
mesh_forwarder_ftd.cpp:609
ot::MeshForwarder
ot::MeshForwarder::HandleMesh()
VerifyOrExit
(
!
aRxInfo
.
GetDstAddr
(
)
.
IsBroadcast
(
)
&&
aRxInfo
.
GetSrcAddr
(
)
.
IsShort
(
)
)
;
mesh_forwarder_ftd.cpp:673
ot::MeshForwarder
ot::MeshForwarder::UpdateRoutes()
aRxInfo
.
mIp6Headers
.
GetSourceAddress
(
)
,
aRxInfo
.
GetSrcAddr
(
)
.
GetShort
(
)
,
aRxInfo
.
GetDstAddr
(
)
.
GetShort
(
)
)
;
mesh_forwarder_ftd.cpp:685
ot::MeshForwarder
ot::MeshForwarder::UpdateRoutes()
Call Tree
from
examples
ot::MeshForwarder::RxInfo::GetDstAddr() const
is called by 3 functions:
ot::MeshForwarder::CheckReachability()
ot::MeshForwarder::HandleMesh()
ot::MeshForwarder::UpdateRoutes()
All items filtered out
ot::MeshForwarder::RxInfo::GetDstAddr() const
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