ESP-IDF
ot::MeshForwarder::CheckReachability()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshForwarder::CheckReachability()
ot::MeshForwarder::CheckReachability() method
Syntax
Show:
Summary
Declaration
Definition
from
mesh_forwarder.hpp:490
Error
CheckReachability
(
RxInfo
&
aRxInfo
)
;
Implemented in
mesh_forwarder_ftd.cpp:492
Arguments
Argument
aRxInfo
Related Functions
Found 9 other functions taking a
RxInfo
argument:
Function
ot::MeshForwarder::UpdateRoutes()
ot::MeshForwarder::FrameToMessage()
ot::MeshForwarder::HandleFragment()
ot::MeshForwarder::HandleLowpanHc()
ot::MeshForwarder::GetFramePriority()
ot::MeshForwarder::HandleMesh()
ot::MeshForwarder::GetForwardFramePriority()
ot::MeshForwarder::LogFragmentFrameDrop()
ot::MeshForwarder::LogLowpanHcFrameDrop()
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
MeshForwarder
::
CheckReachability
(
RxInfo
&
aRxInfo
)
mesh_forwarder_ftd.cpp:492
Error
MeshForwarder
::
CheckReachability
(
uint16_t
aMeshDest
,
const
Ip6
::
Header
&
aIp6Header
)
mesh_forwarder_ftd.cpp:521
Error
CheckReachability
(
RxInfo
&
aRxInfo
)
;
mesh_forwarder.hpp:490
Error
CheckReachability
(
uint16_t
aMeshDest
,
const
Ip6
::
Header
&
aIp6Header
)
;
mesh_forwarder.hpp:491
SuccessOrExit
(
error
=
CheckReachability
(
mMeshDest
,
aIp6Header
)
)
;
mesh_forwarder_ftd.cpp:447
ot::MeshForwarder
ot::MeshForwarder::UpdateIp6RouteFtd()
SuccessOrExit
(
error
=
CheckReachability
(
aRxInfo
)
)
;
mesh_forwarder_ftd.cpp:611
ot::MeshForwarder
ot::MeshForwarder::HandleMesh()
Call Tree
from
examples
ot::MeshForwarder::CheckReachability()
is called by 2 functions and calls 6 functions:
ot::MeshForwarder::UpdateIp6RouteFtd()
ot::MeshForwarder::HandleMesh()
All items filtered out
ot::MeshForwarder::CheckReachability()
ot::Mac::Address::GetShort() const
ot::MeshForwarder::RxInfo::GetSrcAddr() const
ot::MeshForwarder::RxInfo::GetDstAddr() const
ot::MeshForwarder::RxInfo::ParseIp6Headers()
ot::MeshForwarder::SendDestinationUnreachable()
ot::Ip6::Header::GetDestination() const
All items filtered out
Data Use
from
examples
ot::MeshForwarder::CheckReachability()
reads 5 variables:
ot::kErrorNone
ot::kErrorNoRoute
ot::kErrorNotFound
ot::Mle::kInvalidRloc16
ot::Neighbor::StateFilter::kInStateValidOrRestoring
All items filtered out
ot::MeshForwarder::CheckReachability()
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