ESP-IDF
ot::MeshForwarder::SendDestinationUnreachable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshForwarder::SendDestinationUnreachable()
ot::MeshForwarder::SendDestinationUnreachable() method
Syntax
Show:
Summary
Declaration
Definition
from
mesh_forwarder.hpp:522
void
SendDestinationUnreachable
(
uint16_t
aMeshSource
,
const
Ip6
::
Headers
&
aIp6Headers
)
;
Implemented in
mesh_forwarder_ftd.cpp:558
Arguments
Argument
aMeshSource
aIp6Headers
Examples
References
from
examples
Code
Location
Scope
Referrer
void
MeshForwarder
::
SendDestinationUnreachable
(
uint16_t
aMeshSource
,
const
Ip6
::
Headers
&
aIp6Headers
)
mesh_forwarder_ftd.cpp:558
void
SendDestinationUnreachable
(
uint16_t
aMeshSource
,
const
Ip6
::
Headers
&
aIp6Headers
)
;
mesh_forwarder.hpp:522
SendDestinationUnreachable
(
aMacAddrs
.
mSource
.
GetShort
(
)
,
ip6Headers
)
;
mesh_forwarder_ftd.cpp:485
ot::MeshForwarder
ot::MeshForwarder::SendIcmpErrorIfDstUnreach()
SendDestinationUnreachable
(
aRxInfo
.
GetSrcAddr
(
)
.
GetShort
(
)
,
aRxInfo
.
mIp6Headers
)
;
mesh_forwarder_ftd.cpp:514
ot::MeshForwarder
ot::MeshForwarder::CheckReachability()
Call Tree
from
examples
ot::MeshForwarder::SendDestinationUnreachable()
is called by 2 functions and calls 3 functions:
ot::MeshForwarder::SendIcmpErrorIfDstUnreach()
ot::MeshForwarder::CheckReachability()
All items filtered out
ot::MeshForwarder::SendDestinationUnreachable()
ot::Ip6::Address::SetToRoutingLocator()
ot::Ip6::MessageInfo::MessageInfo()
ot::Ip6::MessageInfo::GetPeerAddr()
All items filtered out
Data Use
from
examples
ot::MeshForwarder::SendDestinationUnreachable()
reads 2 variables:
ot::Ip6::Icmp::Header::Type::kTypeDstUnreach
ot::Ip6::Icmp::Header::Code::kCodeDstUnreachNoRoute
All items filtered out
ot::MeshForwarder::SendDestinationUnreachable()
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