Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset.cpp106 uint16_t validatedLength; in ValidateTlvs() local
116 validatedLength = static_cast<uint16_t>(reinterpret_cast<const uint8_t *>(tlv) - mTlvs); in ValidateTlvs()
117 VerifyOrExit(Tlv::FindTlv(mTlvs, validatedLength, tlv->GetType()) == nullptr); in ValidateTlvs()