ESP-IDF
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() 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::InterfaceIdentifier::IsReservedSubnetAnycast() const
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const method
Indicates whether or not the Interface Identifier is Reserved Subnet Anycast (RFC 2526).
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:382
bool
IsReservedSubnetAnycast
(
void
)
const
;
Implemented in
ip6_address.cpp:233
Return value
TRUE If the Interface Identifier is a Reserved Subnet Anycast address. FALSE If the Interface Identifier is not a Reserved Subnet Anycast address.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
InterfaceIdentifier
::
IsReservedSubnetAnycast
(
void
)
const
ip6_address.cpp:233
bool
IsReservedSubnetAnycast
(
void
)
const
;
ip6_address.hpp:382
return
IsSubnetRouterAnycast
(
)
||
IsReservedSubnetAnycast
(
)
||
IsAnycastLocator
(
)
;
ip6_address.cpp:228
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsReserved() const
Call Tree
from
examples
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const
is called by 1 function and calls 2 functions:
ot::Ip6::InterfaceIdentifier::IsReserved() const
All items filtered out
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const
ot::BigEndian::HostSwap16()
ot::BigEndian::HostSwap32()
All items filtered out
Data Use
from
examples
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const
reads 4 variables:
otIp6InterfaceIdentifier::
::m8
otIp6InterfaceIdentifier::
::m16
otIp6InterfaceIdentifier::
::m32
otIp6InterfaceIdentifier::mFields
All items filtered out
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() 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