ESP-IDF
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
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::Mle::MleRouter::ProcessAddressRegistrationTlv()
ot::Mle::MleRouter::ProcessAddressRegistrationTlv() method
Syntax
Show:
Summary
Declaration
Definition
from
mle_router.hpp:637
Error
ProcessAddressRegistrationTlv
(
RxInfo
&
aRxInfo
,
Child
&
aChild
)
;
Implemented in
mle_router.cpp:1723
Arguments
Argument
aRxInfo
aChild
Related Functions
Found 26 other functions taking a
RxInfo
argument:
Function
ot::Mle::Mle::ProcessKeySequence()
ot::Mle::Mle::InitNeighbor()
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::ProcessRouteTlv()
ot::Mle::Mle::HandleLeaderData()
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
Error
MleRouter
::
ProcessAddressRegistrationTlv
(
RxInfo
&
aRxInfo
,
Child
&
aChild
)
mle_router.cpp:1723
Error
ProcessAddressRegistrationTlv
(
RxInfo
&
aRxInfo
,
Child
&
aChild
)
;
mle_router.hpp:637
SuccessOrExit
(
error
=
ProcessAddressRegistrationTlv
(
aRxInfo
,
*
child
)
)
;
mle_router.cpp:2023
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildIdRequest()
switch
(
ProcessAddressRegistrationTlv
(
aRxInfo
,
*
child
)
)
mle_router.cpp:2164
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildUpdateRequestOnParent()
switch
(
ProcessAddressRegistrationTlv
(
aRxInfo
,
*
child
)
)
mle_router.cpp:2424
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildUpdateResponseOnParent()
Call Tree
from
examples
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
is called by 3 functions and calls 14 functions:
ot::Mle::MleRouter::HandleChildIdRequest()
ot::Mle::MleRouter::HandleChildUpdateRequestOnParent()
ot::Mle::MleRouter::HandleChildUpdateResponseOnParent()
All items filtered out
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
ot::OffsetRange::IsEmpty() const
ot::Ip6::Address::IsMulticast() const
ot::Ip6::Address::GetIid()
ot::Child::HasAnyMlrRegisteredAddress() const
ot::Mle::AddressRegistrationTlv::IsEntryCompressed()
ot::Mle::AddressRegistrationTlv::GetContextId()
IgnoreError()
otPlatAssertFail()
ot::OffsetRange::AdvanceOffset()
ot::ErrorToString()
ot::Mle::MleRouter::SignalDuaAddressEvent() const
ot::Child::ClearIp6Addresses()
ot::Child::AddIp6Address()
ot::Child::GetDomainUnicastAddress() const
All items filtered out
Data Use
from
examples
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
reads 11 variables:
ot::LogLevel::kLogLevelWarn
ot::LogLevel::kLogLevelInfo
ot::kErrorNone
ot::kErrorNoBufs
ot::Mle::Mle::RxInfo::mMessage
ot::Mle::MleRouter::mMaxChildIpAddresses
ot::Neighbor::IsStateValid() const
ot::Neighbor::GetRloc16() const
ot::Mle::Tlv::Type::kAddressRegistration
ot::Ip6::Address::ToString() const
ot::Tlv::FindTlvValueOffsetRange()
All items filtered out
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
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