ESP-IDF
ot::Ip6::Address::IsLinkLocalAllRoutersMulticast() 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::IsLinkLocalAllRoutersMulticast() const
ot::Ip6::Address::IsLinkLocalAllRoutersMulticast() const method
Indicates whether or not the IPv6 address is a link-local all routers multicast address (ff02::02).
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:656
bool
IsLinkLocalAllRoutersMulticast
(
void
)
const
;
Implemented in
ip6_address.cpp:362
Return value
TRUE If the IPv6 address is a link-local all routers multicast address. FALSE If the IPv6 address is not a link-local all routers multicast address.
Examples
References
from
examples
Code
Location
bool
Address
::
IsLinkLocalAllRoutersMulticast
(
void
)
const
{
return
(
*
this
==
GetLinkLocalAllRoutersMulticast
(
)
)
;
}
ip6_address.cpp:362
bool
IsLinkLocalAllRoutersMulticast
(
void
)
const
;
ip6_address.hpp:656
Call Tree
from
examples
ot::Ip6::Address::IsLinkLocalAllRoutersMulticast() const
calls 1 function:
All items filtered out
ot::Ip6::Address::IsLinkLocalAllRoutersMulticast() const
ot::Ip6::Address::GetLinkLocalAllRoutersMulticast()
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