ESP-IDF
otPingSenderReply::mHopLimit
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
otPingSenderReply::mHopLimit
otPingSenderReply::mHopLimit field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:66
uint8_t
mHopLimit
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mHopLimit
;
///< Hop limit.
ping_sender.h:66
OutputLine
(
": icmp_seq=%u hlim=%u time=%ums"
,
aReply
->
mSequenceNumber
,
aReply
->
mHopLimit
,
aReply
->
mRoundTripTime
)
;
cli_ping.cpp:212
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingReply()
reply
.
mHopLimit
=
aMessageInfo
.
GetHopLimit
(
)
;
ping_sender.cpp:206
ot::Utils::PingSender
ot::Utils::PingSender::HandleIcmpReceive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderReply::mHopLimit
is written by 1 function and is read by 1 function:
ot::Utils::PingSender::HandleIcmpReceive()
All items filtered out
otPingSenderReply::mHopLimit
ot::Cli::PingSender::HandlePingReply()
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