Searched refs:kBaseTlvMaxLength (Results 1 – 5 of 5) sorted by relevance
62 static constexpr uint8_t kBaseTlvMaxLength = OT_NETWORK_BASE_TLV_MAX_LENGTH; member in ot::Tlv
278 if (aLength > kBaseTlvMaxLength) in AppendTlv()
562 if (aLength > ot::Tlv::kBaseTlvMaxLength) in HandlePing()651 VerifyOrExit(length > 0 && length <= Tlv::kBaseTlvMaxLength, error = kErrorInvalidState); in HandleGetProvisioningUrl()
122 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()
213 if (aLength > Tlv::kBaseTlvMaxLength) in SendApplicationTlv()