ESP-IDF
ot::MeshForwarder::RxInfo::GetSrcAddr() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::GetSrcAddr() const
ot::MeshForwarder::RxInfo::GetSrcAddr() const method
Syntax
Show:
Summary
Declaration
from
mesh_forwarder.hpp:392
const
Mac
::
Address
&
GetSrcAddr
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
Mac
::
Address
&
GetSrcAddr
(
void
)
const
{
return
mMacAddrs
.
mSource
;
}
mesh_forwarder.hpp:392
IgnoreError
(
HandleDatagram
(
*
message
,
aRxInfo
.
GetSrcAddr
(
)
)
)
;
mesh_forwarder.cpp:1562
ot::MeshForwarder
ot::MeshForwarder::HandleFragment()
IgnoreError
(
HandleDatagram
(
*
message
,
aRxInfo
.
GetSrcAddr
(
)
)
)
;
mesh_forwarder.cpp:1668
ot::MeshForwarder
ot::MeshForwarder::HandleLowpanHc()
SendDestinationUnreachable
(
aRxInfo
.
GetSrcAddr
(
)
.
GetShort
(
)
,
aRxInfo
.
mIp6Headers
)
;
mesh_forwarder_ftd.cpp:514
ot::MeshForwarder
ot::MeshForwarder::CheckReachability()
neighborMacSource
=
aRxInfo
.
GetSrcAddr
(
)
;
mesh_forwarder_ftd.cpp:579
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()
if
(
!
Get
<
Mle
::
Mle
>
(
)
.
HasMatchingRouterIdWith
(
aRxInfo
.
GetSrcAddr
(
)
.
GetShort
(
)
)
)
mesh_forwarder_ftd.cpp:691
ot::MeshForwarder
ot::MeshForwarder::UpdateRoutes()
ExitNow
(
error
=
GetFragmentPriority
(
fragmentHeader
,
aRxInfo
.
GetSrcAddr
(
)
.
GetShort
(
)
,
aPriority
)
)
;
mesh_forwarder_ftd.cpp:819
ot::MeshForwarder
ot::MeshForwarder::GetForwardFramePriority()
UpdateFragmentPriority
(
fragmentHeader
,
aRxInfo
.
mFrameData
.
GetLength
(
)
,
aRxInfo
.
GetSrcAddr
(
)
.
GetShort
(
)
,
mesh_forwarder_ftd.cpp:834
ot::MeshForwarder
ot::MeshForwarder::GetForwardFramePriority()
Call Tree
from
examples
ot::MeshForwarder::RxInfo::GetSrcAddr() const
is called by 6 functions:
ot::MeshForwarder::HandleFragment()
ot::MeshForwarder::HandleLowpanHc()
ot::MeshForwarder::CheckReachability()
ot::MeshForwarder::HandleMesh()
ot::MeshForwarder::UpdateRoutes()
ot::MeshForwarder::GetForwardFramePriority()
All items filtered out
ot::MeshForwarder::RxInfo::GetSrcAddr() 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