ESP-IDF
otNetworkDiagTlv::
::mIp6AddrList
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetworkDiagTlv::
::mIp6AddrList
otNetworkDiagTlv::
::mIp6AddrList field
Syntax
Show:
Summary
Declaration
from
netdiag.h:215
struct
{
uint8_t
mCount
;
otIp6Address
mList
[
OT_NETWORK_BASE_TLV_MAX_LENGTH
/
sizeof
(
otIp6Address
)
]
;
}
mIp6AddrList
;
Examples
References
from
examples
Code
Location
Scope
Referrer
}
mIp6AddrList
;
netdiag.h:219
for
(
uint16_t
i
=
0
;
i
<
diagTlv
.
mData
.
mIp6AddrList
.
mCount
;
++
i
)
cli.cpp:7943
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
OutputIp6AddressLine
(
diagTlv
.
mData
.
mIp6AddrList
.
mList
[
i
]
)
;
cli.cpp:7946
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
uint16_t
addrListLength
=
GetArrayLength
(
aTlvInfo
.
mData
.
mIp6AddrList
.
mList
)
;
network_diagnostic.cpp:1114
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Ip6
::
Address
*
addrEntry
=
AsCoreTypePtr
(
&
aTlvInfo
.
mData
.
mIp6AddrList
.
mList
[
0
]
)
;
network_diagnostic.cpp:1115
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
uint8_t
&
addrCount
=
aTlvInfo
.
mData
.
mIp6AddrList
.
mCount
;
network_diagnostic.cpp:1116
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetworkDiagTlv::
::mIp6AddrList
is read by 2 functions:
All items filtered out
otNetworkDiagTlv::
::mIp6AddrList
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
ot::Cli::Interpreter::HandleDiagnosticGetResponse()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out