Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dnetdiag.h303 } mIp6AddrList; member
/openthread-3.5.0/src/core/thread/
Dnetwork_diagnostic.cpp1115 uint16_t addrListLength = GetArrayLength(aTlvInfo.mData.mIp6AddrList.mList); in GetNextDiagTlv()
1116 Ip6::Address *addrEntry = AsCoreTypePtr(&aTlvInfo.mData.mIp6AddrList.mList[0]); in GetNextDiagTlv()
1117 uint8_t &addrCount = aTlvInfo.mData.mIp6AddrList.mCount; in GetNextDiagTlv()
/openthread-3.5.0/src/cli/
Dcli.cpp8144 for (uint16_t i = 0; i < diagTlv.mData.mIp6AddrList.mCount; ++i) in HandleDiagnosticGetResponse()
8147 OutputIp6AddressLine(diagTlv.mData.mIp6AddrList.mList[i]); in HandleDiagnosticGetResponse()