ESP-IDF
ot::Neighbor::GetExtAddress()
is only used within ESP-IDF.
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
ESP-IDF
ot::Neighbor::GetExtAddress()
ot::Neighbor::GetExtAddress() method
Returns the Extended Address.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:349
Mac
::
ExtAddress
&
GetExtAddress
(
void
)
;
Return value
A reference to the Extended Address.
Examples
References
from
examples
Code
Location
Scope
Referrer
Mac
::
ExtAddress
&
GetExtAddress
(
void
)
{
return
mMacAddr
;
}
neighbor.hpp:349
srcAddr
.
SetExtended
(
neighbor
->
GetExtAddress
(
)
)
;
mac.cpp:1722
ot::Mac::Mac
ot::Mac::Mac::ProcessEnhAckSecurity()
srcaddr
.
SetExtended
(
neighbor
->
GetExtAddress
(
)
)
;
mac.cpp:1833
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
aNeighbor
.
GetExtAddress
(
)
.
ToString
(
)
.
AsCString
(
)
,
aNeighbor
.
GetRloc16
(
)
)
;
mesh_forwarder.cpp:1184
ot::MeshForwarder
ot::MeshForwarder::HandleDeferredAck()
aRxInfo
.
mMessageInfo
.
GetPeerAddr
(
)
.
GetIid
(
)
.
ConvertToExtAddress
(
aNeighbor
.
GetExtAddress
(
)
)
;
mle.cpp:1059
ot::Mle::Mle
ot::Mle::Mle::InitNeighbor()
destination
.
SetToLinkLocalAddress
(
aNeighbor
->
GetExtAddress
(
)
)
;
mle_router.cpp:632
ot::Mle::MleRouter
ot::Mle::MleRouter::SendLinkRequest()
VerifyOrExit
(
neighbor
->
GetExtAddress
(
)
==
extAddr
)
;
mle_router.cpp:694
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkRequest()
destAddr
.
SetExtended
(
neighbor
->
GetExtAddress
(
)
)
;
trel_link.cpp:147
ot::Trel::Link
ot::Trel::Link::BeginTransmit()
LogDebg
(
"ReportDeferredAckStatus(): %s for %s"
,
aNeighbor
.
GetExtAddress
(
)
.
ToString
(
)
.
AsCString
(
)
,
trel_link.cpp:440
ot::Trel::Link
ot::Trel::Link::ReportDeferredAckStatus()
Call Tree
from
examples
ot::Neighbor::GetExtAddress()
is called by 8 functions:
ot::Mac::Mac::ProcessEnhAckSecurity()
ot::Mac::Mac::HandleReceivedFrame()
ot::Trel::Link::BeginTransmit()
ot::Trel::Link::ReportDeferredAckStatus()
ot::MeshForwarder::HandleDeferredAck()
ot::Mle::Mle::InitNeighbor()
ot::Mle::MleRouter::SendLinkRequest()
ot::Mle::MleRouter::HandleLinkRequest()
All items filtered out
ot::Neighbor::GetExtAddress()
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