Home
last modified time | relevance | path

Searched refs:kBaseTlvMaxLength (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/common/
Dtlvs.hpp62 static constexpr uint8_t kBaseTlvMaxLength = OT_NETWORK_BASE_TLV_MAX_LENGTH; member in ot::Tlv
Dtlvs.cpp278 if (aLength > kBaseTlvMaxLength) in AppendTlv()
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp562 if (aLength > ot::Tlv::kBaseTlvMaxLength) in HandlePing()
651 VerifyOrExit(length > 0 && length <= Tlv::kBaseTlvMaxLength, error = kErrorInvalidState); in HandleGetProvisioningUrl()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp122 if (count * Ip6::Address::kSize <= Tlv::kBaseTlvMaxLength) in AppendIp6AddressList()
158 if (count * sizeof(ChildTableEntry) <= Tlv::kBaseTlvMaxLength) in AppendChildTable()
752 …numIp6Addr * sizeof(Ip6::Address) + sizeof(ChildIp6AddressListTlvValue)) <= Tlv::kBaseTlvMaxLength) in AppendChildIp6AddressListTlv()
/openthread-latest/src/core/radio/
Dble_secure.cpp213 if (aLength > Tlv::kBaseTlvMaxLength) in SendApplicationTlv()