Home
last modified time | relevance | path

Searched defs:kMinLength (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dlink_metrics_tlvs.hpp89 … static constexpr uint8_t kMinLength = 2; ///< Minimum expected TLV length (type ID and u8 value). member in ot::LinkMetrics::ReportSubTlv
196 …static constexpr uint8_t kMinLength = sizeof(uint8_t) + sizeof(uint8_t); ///< Minimum expected TLV… member in ot::LinkMetrics::FwdProbingRegSubTlv
260 …static constexpr uint8_t kMinLength = sizeof(uint8_t); ///< Minimum TLV length (only `EnhAckFlags`… member in ot::LinkMetrics::EnhAckConfigSubTlv
Dnetwork_data_service.hpp339 …static constexpr uint8_t kMinLength = sizeof(Ip6::Address) + sizeof(uint16_t); // Address and port. member in ot::NetworkData::Service::Manager::DnsSrpUnicast::AddrData
368 static constexpr uint8_t kMinLength = sizeof(uint8_t) + AddrData::kMinLength; member in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServiceData
398 static constexpr uint8_t kMinLength = AddrData::kMinLength; member in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServerData
Dnetwork_data_tlvs.hpp1330 …static constexpr uint8_t kMinLength = sizeof(uint8_t) + sizeof(uint8_t); // Flags & Ser… member in ot::NetworkData::ServiceTlv
/openthread-latest/src/core/meshcop/
Dmeshcop.hpp66 …static constexpr uint8_t kMinLength = 6; ///< Min PSKd string length (excl… member in ot::MeshCoP::JoinerPskd