Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdiag.h218 otIp6Address mList[OT_NETWORK_BASE_TLV_MAX_LENGTH / sizeof(otIp6Address)]; member
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp1117 uint16_t addrListLength = GetArrayLength(aTlvInfo.mData.mIp6AddrList.mList); in GetNextDiagTlv()
1118 Ip6::Address *addrEntry = AsCoreTypePtr(&aTlvInfo.mData.mIp6AddrList.mList[0]); in GetNextDiagTlv()
/openthread-latest/src/cli/
Dcli.cpp7605 OutputIp6AddressLine(diagTlv.mData.mIp6AddrList.mList[i]); in HandleDiagnosticGetResponse()