ESP-IDF
ot::Ip6::InterfaceIdentifier::kSize
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::InterfaceIdentifier::kSize
ot::Ip6::InterfaceIdentifier::kSize variable
Syntax
Show:
Summary
Declaration
from
ip6_address.hpp:343
static
constexpr
uint8_t
kSize
=
OT_IP6_IID_SIZE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kSize
=
OT_IP6_IID_SIZE
;
///< Size of an IPv6 Interface Identifier (in bytes).
ip6_address.hpp:343
void
InterfaceIdentifier
::
SetBytes
(
const
uint8_t
*
aBuffer
)
{
memcpy
(
mFields
.
m8
,
aBuffer
,
kSize
)
;
}
ip6_address.cpp:248
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::SetBytes()
string
.
AppendHexBytes
(
mFields
.
m8
,
kSize
)
;
ip6_address.cpp:316
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::ToString() const
static_assert
(
sizeof
(
hash
)
>=
Ip6
::
InterfaceIdentifier
::
kSize
,
slaac_address.cpp:428
ot::Utils::Slaac
ot::Utils::Slaac::GenerateIid() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::InterfaceIdentifier::kSize
is read by 3 functions:
All items filtered out
ot::Ip6::InterfaceIdentifier::kSize
ot::Utils::Slaac::GenerateIid() const
ot::Ip6::InterfaceIdentifier::SetBytes()
ot::Ip6::InterfaceIdentifier::ToString() 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