ESP-IDF
ot::Tlv::kBaseTlvMaxLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Tlv::kBaseTlvMaxLength
ot::Tlv::kBaseTlvMaxLength variable
The maximum length of the Base TLV format.
Syntax
Show:
Summary
Declaration
from
tlvs.hpp:62
static
constexpr
uint8_t
kBaseTlvMaxLength
=
OT_NETWORK_BASE_TLV_MAX_LENGTH
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kBaseTlvMaxLength
=
OT_NETWORK_BASE_TLV_MAX_LENGTH
;
tlvs.hpp:62
if
(
count
*
Ip6
::
Address
::
kSize
<=
Tlv
::
kBaseTlvMaxLength
)
network_diagnostic.cpp:122
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
if
(
count
*
sizeof
(
ChildTableEntry
)
<=
Tlv
::
kBaseTlvMaxLength
)
network_diagnostic.cpp:158
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendChildTable()
if
(
(
numIp6Addr
*
sizeof
(
Ip6
::
Address
)
+
sizeof
(
ChildIp6AddressListTlvValue
)
)
<=
Tlv
::
kBaseTlvMaxLength
)
network_diagnostic.cpp:749
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendChildIp6AddressListTlv()
if
(
aLength
>
kBaseTlvMaxLength
)
tlvs.cpp:278
ot::Tlv
ot::Tlv::AppendTlv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Tlv::kBaseTlvMaxLength
is read by 4 functions:
All items filtered out
ot::Tlv::kBaseTlvMaxLength
ot::Tlv::AppendTlv()
ot::NetworkDiagnostic::Server::AppendIp6AddressList()
ot::NetworkDiagnostic::Server::AppendChildTable()
ot::NetworkDiagnostic::Server::AppendChildIp6AddressListTlv()
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