Searched refs:validatedLength (Results 1 – 1 of 1) sorted by relevance
106 uint16_t validatedLength; in ValidateTlvs() local116 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()