ESP-IDF
ot::Ip6::Address::kSize
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::kSize
ot::Ip6::Address::kSize variable
Syntax
Show:
Summary
Declaration
from
ip6_address.hpp:529
static
constexpr
uint8_t
kSize
=
OT_IP6_ADDRESS_SIZE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kSize
=
OT_IP6_ADDRESS_SIZE
;
///< Size of an IPv6 Address (in bytes).
ip6_address.hpp:529
OT_ASSERT
(
aMaxSize
<=
Address
::
kSize
)
;
ip6_address.cpp:133
ot::Ip6::Prefix
ot::Ip6::Prefix::MatchLength()
if
(
GetBytesSize
(
)
<
Address
::
kSize
-
1
)
ip6_address.cpp:213
ot::Ip6::Prefix
ot::Ip6::Prefix::ToString() const
uint8_t
endIndex
=
kSize
/
sizeof
(
uint16_t
)
;
ip6_address.cpp:557
ot::Ip6::Address
ot::Ip6::Address::ParseFrom()
void
SetBytes
(
const
uint8_t
*
aBuffer
)
{
memcpy
(
mFields
.
m8
,
aBuffer
,
kSize
)
;
}
ip6_address.hpp:572
ot::Ip6::Address
ot::Ip6::Address::SetBytes()
if
(
count
*
Ip6
::
Address
::
kSize
<=
Tlv
::
kBaseTlvMaxLength
)
network_diagnostic.cpp:122
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
tlv
.
SetLength
(
static_cast
<
uint8_t
>
(
count
*
Ip6
::
Address
::
kSize
)
)
;
network_diagnostic.cpp:127
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
extTlv
.
SetLength
(
count
*
Ip6
::
Address
::
kSize
)
;
network_diagnostic.cpp:135
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
VerifyOrExit
(
(
tlvLength
%
Ip6
::
Address
::
kSize
)
==
0
,
error
=
kErrorParse
)
;
network_diagnostic.cpp:1118
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
valueOffset
+=
Ip6
::
Address
::
kSize
;
network_diagnostic.cpp:1131
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
tlvLength
-=
Ip6
::
Address
::
kSize
;
network_diagnostic.cpp:1132
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Address::kSize
is read by 6 functions:
All items filtered out
ot::Ip6::Address::kSize
ot::Ip6::Address::SetBytes()
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
ot::Ip6::Prefix::MatchLength()
ot::Ip6::Prefix::ToString() const
ot::Ip6::Address::ParseFrom()
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