ESP-IDF
ot::Mle::MleRouter::HandleLinkAccept()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::HandleLinkAccept() method
Syntax
Show:
Summary
Declaration
Definition
from
mle_router.hpp:594
void
HandleLinkAccept
(
RxInfo
&
aRxInfo
)
;
Implemented in
mle_router.cpp:831
Arguments
Argument
aRxInfo
Related Functions
Found 26 other functions taking a
RxInfo
argument:
Function
ot::Mle::Mle::ProcessKeySequence()
ot::Mle::Mle::InitNeighbor()
ot::Mle::MleRouter::ProcessRouteTlv()
ot::Mle::Mle::HandleLeaderData()
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
ot::Mle::MleRouter::SendLinkAccept()
ot::Mle::Mle::HandleAdvertisement()
ot::Mle::Mle::HandleChildIdResponse()
ot::Mle::Mle::HandleChildUpdateRequest()
ot::Mle::Mle::HandleChildUpdateRequestOnChild()
ot::Mle::Mle::HandleChildUpdateResponse()
ot::Mle::Mle::HandleChildUpdateResponseOnChild()
ot::Mle::Mle::HandleDataResponse()
ot::Mle::Mle::HandleParentResponse()
ot::Mle::Mle::HandleAnnounce()
ot::Mle::MleRouter::HandleLinkRequest()
ot::Mle::MleRouter::HandleLinkAcceptAndRequest()
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
ot::Mle::MleRouter::HandleParentRequest()
ot::Mle::MleRouter::HandleChildIdRequest()
ot::Mle::MleRouter::HandleChildUpdateRequestOnParent()
ot::Mle::MleRouter::HandleChildUpdateResponseOnParent()
ot::Mle::MleRouter::HandleDataRequest()
ot::Mle::MleRouter::HandleDiscoveryRequest()
ot::Mle::MleRouter::ReadAndProcessRouteTlvOnFtdChild()
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
Examples
References
from
examples
Code
Location
Scope
Referrer
void
MleRouter
::
HandleLinkAccept
(
RxInfo
&
aRxInfo
)
mle_router.cpp:831
Error
MleRouter
::
HandleLinkAccept
(
RxInfo
&
aRxInfo
,
bool
aRequest
)
mle_router.cpp:845
void
HandleLinkAccept
(
RxInfo
&
aRxInfo
)
;
mle_router.hpp:594
Error
HandleLinkAccept
(
RxInfo
&
aRxInfo
,
bool
aRequest
)
;
mle_router.hpp:595
Error
error
=
HandleLinkAccept
(
aRxInfo
,
false
)
;
mle_router.cpp:833
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
Error
error
=
HandleLinkAccept
(
aRxInfo
,
true
)
;
mle_router.cpp:840
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAcceptAndRequest()
Call Tree
from
examples
ot::Mle::MleRouter::HandleLinkAccept()
is called by 2 functions and calls 29 functions:
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::HandleLinkAcceptAndRequest()
All items filtered out
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::Mle::LogProcessError()
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::DeviceMode::DeviceMode()
ot::Mle::LeaderData::GetDataVersion() const
ot::Mle::RouterIdFromRloc16()
ot::Mle::IsRouterIdValid()
ot::Mle::IsRouterRloc16()
ot::Router::GetNextHop() const
ot::Router::SetLinkQualityOut()
ot::Mle::Mle::TlvList::TlvList()
ot::Ip6::MessageInfo::GetPeerAddr() const
ot::Neighbor::GetRloc16() const
ot::Mle::RouteTlv::IsRouterIdSet() const
IgnoreError()
otPlatAssertFail()
ot::LinkQualityForLinkMargin()
ot::Mle::Mle::RxMessage::ReadVersionTlv() const
ot::Mle::Mle::RxMessage::ReadChallengeTlv() const
ot::Mle::Mle::RxMessage::ReadResponseTlv() const
ot::Mle::Mle::RxMessage::ReadFrameCounterTlvs() const
ot::Mle::Mle::RxMessage::ReadTlvRequestTlv() const
ot::Mle::Mle::RxMessage::ReadLeaderDataTlv() const
ot::Mle::Mle::RxMessage::ReadRouteTlv() const
ot::Mle::Mle::Log()
ot::Mle::MleRouter::RemoveNeighbor()
ot::Mle::MleRouter::ResetAdvertiseInterval()
ot::Mle::MleRouter::ProcessRouteTlv()
ot::Mle::MleRouter::SetStateRouter()
ot::Mle::MleRouter::SetStateLeader()
All items filtered out
Data Use
from
examples
ot::Mle::MleRouter::HandleLinkAccept()
reads 44 variables and writes 2 variables:
ot::Mle::Mle::MessageType::kTypeLinkAccept
ot::NetworkData::Type::kFullSet
ot::Mle::DeviceRole::kRoleDisabled
ot::Mle::DeviceRole::kRoleDetached
ot::Mle::DeviceRole::kRoleChild
ot::Mle::DeviceRole::kRoleRouter
ot::Mle::DeviceRole::kRoleLeader
ot::Mle::LeaderStartMode::kRestoringLeaderRoleAfterReset
ot::Mle::DeviceMode::kModeRxOnWhenIdle
ot::Mle::DeviceMode::kModeFullThreadDevice
ot::Mle::DeviceMode::kModeFullNetworkData
ot::kErrorNone
ot::kErrorDrop
ot::kErrorParse
ot::kErrorSecurity
ot::kErrorNotFound
ot::Mle::Mle::IsDetached() const
ot::Mle::Mle::GetRloc16() const
ot::Mle::Mle::GetLeaderRloc16() const
ot::Mle::Mle::MessageAction::kMessageReceive
ot::Mle::Mle::MessageType::kTypeLinkAcceptAndRequest
ot::Mle::Mle::RxInfo::Class::kAuthoritativeMessage
ot::Mle::Mle::RxInfo::mMessage
ot::Mle::Mle::RxInfo::mMessageInfo
ot::Mle::Mle::RxInfo::mKeySequence
ot::Mle::Mle::RxInfo::mNeighbor
ot::Mle::Mle::mRetrieveNewNetworkData
ot::Mle::Mle::mRole
ot::Mle::MleRouter::mRouterId
ot::Neighbor::State::kStateInvalid
ot::Neighbor::State::kStateLinkRequest
ot::Neighbor::State::kStateValid
ot::Neighbor::GetState() const
ot::Neighbor::SetDeviceMode()
ot::Neighbor::SetKeySequence()
ot::Neighbor::SetLinkAckFrameCounter()
ot::Neighbor::SetMleFrameCounter()
ot::Neighbor::SetRloc16()
ot::Neighbor::SetVersion()
ot::Neighbor::GetChallenge() const
ot::Mle::Mle::InitNeighbor()
ot::Mle::Mle::ProcessKeySequence()
ot::Mle::MleRouter::SendLinkAccept()
ot::Neighbor::SetState()
All items filtered out
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::Mle::RxInfo::mClass
ot::Mle::Mle::mRetrieveNewNetworkData
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