ESP-IDF
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() const
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::Ip6::Address::IsMulticastLargerThanRealmLocal() const
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() const method
Indicates whether or not the IPv6 address is multicast larger than realm local.
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:716
bool
IsMulticastLargerThanRealmLocal
(
void
)
const
;
Implemented in
ip6_address.cpp:368
Return value
TRUE If the IPv6 address is multicast larger than realm local. FALSE If the IPv6 address is not multicast or the scope is not larger than realm local.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Address
::
IsMulticastLargerThanRealmLocal
(
void
)
const
{
return
IsMulticast
(
)
&&
(
GetScope
(
)
>
kRealmLocalScope
)
;
}
ip6_address.cpp:368
bool
IsMulticastLargerThanRealmLocal
(
void
)
const
;
ip6_address.hpp:716
if
(
aHeader
.
GetDestination
(
)
.
IsMulticastLargerThanRealmLocal
(
)
&&
ip6.cpp:195
ot::Ip6::Ip6
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
if
(
aHeader
.
GetDestination
(
)
.
IsMulticastLargerThanRealmLocal
(
)
)
ip6.cpp:234
ot::Ip6::Ip6
ot::Ip6::Ip6::InsertMplOption()
if
(
aMessageInfo
.
GetPeerAddr
(
)
.
IsMulticastLargerThanRealmLocal
(
)
)
ip6.cpp:460
ot::Ip6::Ip6
ot::Ip6::Ip6::SendDatagram()
if
(
aMessagePtr
->
IsOriginThreadNetif
(
)
&&
header
.
GetDestination
(
)
.
IsMulticastLargerThanRealmLocal
(
)
&&
ip6.cpp:1101
ot::Ip6::Ip6
ot::Ip6::Ip6::HandleDatagram()
VerifyOrExit
(
aHeader
.
GetDestination
(
)
.
IsMulticastLargerThanRealmLocal
(
)
)
;
ip6.cpp:1423
ot::Ip6::Ip6
ot::Ip6::Ip6::UpdateBorderRoutingCounters()
VerifyOrExit
(
aHeader
.
GetDestination
(
)
.
IsMulticastLargerThanRealmLocal
(
)
)
;
ip6.cpp:1442
ot::Ip6::Ip6
ot::Ip6::Ip6::UpdateBorderRoutingCounters()
matches
=
IsMulticastLargerThanRealmLocal
(
)
;
ip6_address.cpp:491
ot::Ip6::Address
ot::Ip6::Address::MatchesFilter() const
if
(
!
destination
.
IsMulticastLargerThanRealmLocal
(
)
)
mesh_forwarder_ftd.cpp:68
ot::MeshForwarder
ot::MeshForwarder::SendMessage()
OT_ASSERT
(
aAddress
.
IsMulticastLargerThanRealmLocal
(
)
)
;
mlr_manager.cpp:105
ot::MlrManager
ot::MlrManager::IsAddressMlrRegisteredByNetif() const
OT_ASSERT
(
aAddress
.
IsMulticastLargerThanRealmLocal
(
)
)
;
mlr_manager.cpp:127
ot::MlrManager
ot::MlrManager::IsAddressMlrRegisteredByAnyChildExcept() const
VerifyOrExit
(
aAddress
.
IsMulticastLargerThanRealmLocal
(
)
,
error
=
kErrorInvalidArgs
)
;
multicast_listeners_table.cpp:50
ot::BackboneRouter::MulticastListenersTable
ot::BackboneRouter::MulticastListenersTable::Add()
Call Tree
from
examples
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() const
is called by 10 functions and calls 2 functions:
ot::Ip6::Address::MatchesFilter() const
ot::MeshForwarder::SendMessage()
ot::MlrManager::IsAddressMlrRegisteredByNetif() const
ot::MlrManager::IsAddressMlrRegisteredByAnyChildExcept() const
ot::BackboneRouter::MulticastListenersTable::Add()
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
ot::Ip6::Ip6::InsertMplOption()
ot::Ip6::Ip6::SendDatagram()
ot::Ip6::Ip6::HandleDatagram()
ot::Ip6::Ip6::UpdateBorderRoutingCounters()
All items filtered out
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() const
ot::Ip6::Address::IsMulticast() const
ot::Ip6::Address::GetScope() const
All items filtered out
Data Use
from
examples
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() const
reads 1 variable:
ot::Ip6::Address::kRealmLocalScope
All items filtered out
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() 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