Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp1173 uint8_t &childCount = aTlvInfo.mData.mChildTable.mCount; in GetNextDiagTlv() local
1181 childCount = 0; in GetNextDiagTlv()
1183 while ((tlvLength > 0) && (childCount < childInfoLength)) in GetNextDiagTlv()
1194 childCount++; in GetNextDiagTlv()