ESP-IDF
ot::Ip6::Address::IsRealmLocalAllMplForwarders() 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::Address::IsRealmLocalAllMplForwarders() const
ot::Ip6::Address::IsRealmLocalAllMplForwarders() const method
Indicates whether or not the IPv6 address is a realm-local all MPL forwarders address (ff03::fc).
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:703
bool
IsRealmLocalAllMplForwarders
(
void
)
const
;
Implemented in
ip6_address.cpp:378
Return value
TRUE If the IPv6 address is a realm-local all MPL forwarders address. FALSE If the IPv6 address is not a realm-local all MPL forwarders address.
Examples
References
from
examples
Code
Location
bool
Address
::
IsRealmLocalAllMplForwarders
(
void
)
const
{
return
(
*
this
==
GetRealmLocalAllMplForwarders
(
)
)
;
}
ip6_address.cpp:378
bool
IsRealmLocalAllMplForwarders
(
void
)
const
;
ip6_address.hpp:703
Call Tree
from
examples
ot::Ip6::Address::IsRealmLocalAllMplForwarders() const
calls 1 function:
All items filtered out
ot::Ip6::Address::IsRealmLocalAllMplForwarders() const
ot::Ip6::Address::GetRealmLocalAllMplForwarders()
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