Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_leader_ftd.cpp439 const NetworkDataTlv *subEnd = aPrefix.GetNext(); in ValidatePrefix() local
445 …for (const NetworkDataTlv *subCur = aPrefix.GetSubTlvs(); subCur < subEnd; subCur = subCur->GetNex… in ValidatePrefix()
447 VerifyOrExit((subCur + 1) <= subEnd && subCur->GetNext() <= subEnd); in ValidatePrefix()
519 const NetworkDataTlv *subEnd = aService.GetNext(); in ValidateService() local
522 …for (const NetworkDataTlv *subCur = aService.GetSubTlvs(); subCur < subEnd; subCur = subCur->GetNe… in ValidateService()
524 VerifyOrExit((subCur + 1) <= subEnd && subCur->GetNext() <= subEnd); in ValidateService()