ESP-IDF
otPingSenderConfig::mDestination
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPingSenderConfig::mDestination
otPingSenderConfig::mDestination field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:105
otIp6Address
mDestination
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otIp6Address
mDestination
;
///< Destination address to ping.
ping_sender.h:105
SuccessOrExit
(
error
=
ParseToIp6Address
(
GetInstancePtr
(
)
,
aArgs
[
0
]
,
config
.
mDestination
,
nat64Synth
)
)
;
cli_ping.cpp:99
ot::Cli::PingSender
ot::Cli::PingSender::Process()
OutputIp6AddressLine
(
config
.
mDestination
)
;
cli_ping.cpp:104
ot::Cli::PingSender
ot::Cli::PingSender::Process()
mStatistics
.
mIsMulticast
=
AsCoreType
(
&
mConfig
.
mDestination
)
.
IsMulticast
(
)
;
ping_sender.cpp:106
ot::Utils::PingSender
ot::Utils::PingSender::Ping()
Ip6
::
Address
&
GetDestination
(
void
)
{
return
AsCoreType
(
&
mDestination
)
;
}
ping_sender.hpp:113
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::GetDestination()
const
Ip6
::
Address
&
GetDestination
(
void
)
const
{
return
AsCoreType
(
&
mDestination
)
;
}
ping_sender.hpp:120
ot::Utils::PingSender::Config
ot::Utils::PingSender::Config::GetDestination() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderConfig::mDestination
is read by 1 function:
All items filtered out
otPingSenderConfig::mDestination
ot::Cli::PingSender::Process()
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