ESP-IDF
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::Ip6::InterfaceIdentifier::IsRoutingLocator() const
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const method
Indicates whether or not the Interface Identifier (IID) matches a Routing Locator (RLOC). In addition to checking that the IID matches the locator pattern (`0000:00ff:fe00:xxxx`), this method also checks that the locator value is a valid RLOC16.
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:450
bool
IsRoutingLocator
(
void
)
const
;
Implemented in
ip6_address.cpp:285
Return value
TRUE If the IID matches a RLOC address. FALSE If the IID does not match a RLOC address.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
InterfaceIdentifier
::
IsRoutingLocator
(
void
)
const
ip6_address.cpp:285
bool
IsRoutingLocator
(
void
)
const
;
ip6_address.hpp:450
VerifyOrExit
(
aMessageInfo
.
GetPeerAddr
(
)
.
GetIid
(
)
.
IsRoutingLocator
(
)
,
error
=
kErrorDrop
)
;
bbr_manager.cpp:369
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::HandleDuaRegistration()
return
IsMeshLocalAddress
(
aAddress
)
&&
aAddress
.
GetIid
(
)
.
IsRoutingLocator
(
)
;
mle.cpp:3792
ot::Mle::Mle
ot::Mle::Mle::IsRoutingLocator() const
VerifyOrExit
(
aMessageInfo
.
GetPeerAddr
(
)
.
GetIid
(
)
.
IsRoutingLocator
(
)
)
;
network_data_leader_ftd.cpp:231
ot::NetworkData::Leader
ot::NetworkData::Leader::HandleTmf()
Call Tree
from
examples
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const
is called by 3 functions and calls 1 function:
ot::Mle::Mle::IsRoutingLocator() const
ot::NetworkData::Leader::HandleTmf()
ot::BackboneRouter::Manager::HandleDuaRegistration()
All items filtered out
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const
ot::Ip6::InterfaceIdentifier::IsLocator() const
All items filtered out
Data Use
from
examples
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const
reads 4 variables:
otIp6InterfaceIdentifier::
::m8
otIp6InterfaceIdentifier::mFields
ot::Ip6::InterfaceIdentifier::kAloc16Mask
ot::Ip6::InterfaceIdentifier::kRloc16ReservedBitMask
All items filtered out
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const
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