ESP-IDF
ot::Ip6::Address::IsLoopback() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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::IsLoopback() const
ot::Ip6::Address::IsLoopback() const method
Indicates whether or not the IPv6 address is the Loopback Address.
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:588
bool
IsLoopback
(
void
)
const
;
Implemented in
ip6_address.cpp:329
Return value
TRUE If the IPv6 address is the Loopback Address. FALSE If the IPv6 address is not the Loopback Address.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Address
::
IsLoopback
(
void
)
const
ip6_address.cpp:329
bool
IsLoopback
(
void
)
const
;
ip6_address.hpp:588
else
if
(
IsLoopback
(
)
)
ip6_address.cpp:456
ot::Ip6::Address
ot::Ip6::Address::GetScope() const
if
(
aIp6Address
.
IsMulticast
(
)
||
aIp6Address
.
IsUnspecified
(
)
||
aIp6Address
.
IsLoopback
(
)
)
srp_server.cpp:2182
ot::Srp::Server::Host
ot::Srp::Server::Host::AddIp6Address()
Call Tree
from
examples
ot::Ip6::Address::IsLoopback() const
is called by 2 functions and calls 1 function:
ot::Ip6::Address::GetScope() const
ot::Srp::Server::Host::AddIp6Address()
All items filtered out
ot::Ip6::Address::IsLoopback() const
ot::BigEndian::HostSwap32()
All items filtered out
Data Use
from
examples
ot::Ip6::Address::IsLoopback() const
reads 2 variables:
otIp6Address::
::m32
otIp6Address::mFields
All items filtered out
ot::Ip6::Address::IsLoopback() 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