ESP-IDF
ot::Ip6::Address::IsLinkLocalAllNodesMulticast() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::IsLinkLocalAllNodesMulticast() const
ot::Ip6::Address::IsLinkLocalAllNodesMulticast() const method
Indicates whether or not the IPv6 address is a link-local all nodes multicast address (ff02::01).
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:643
bool
IsLinkLocalAllNodesMulticast
(
void
)
const
;
Implemented in
ip6_address.cpp:358
Return value
TRUE If the IPv6 address is a link-local all nodes multicast address. FALSE If the IPv6 address is not a link-local all nodes multicast address.
Examples
References
from
examples
Code
Location
bool
Address
::
IsLinkLocalAllNodesMulticast
(
void
)
const
{
return
(
*
this
==
GetLinkLocalAllNodesMulticast
(
)
)
;
}
ip6_address.cpp:358
bool
IsLinkLocalAllNodesMulticast
(
void
)
const
;
ip6_address.hpp:643
Call Tree
from
examples
ot::Ip6::Address::IsLinkLocalAllNodesMulticast() const
calls 1 function:
All items filtered out
ot::Ip6::Address::IsLinkLocalAllNodesMulticast() const
ot::Ip6::Address::GetLinkLocalAllNodesMulticast()
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