ESP-IDF
otMessageInfo::mAllowZeroHopLimit
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
otMessageInfo::mAllowZeroHopLimit
otMessageInfo::mAllowZeroHopLimit field
Syntax
Show:
Summary
Declaration
from
ip6.h:227
bool
mAllowZeroHopLimit
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mAllowZeroHopLimit
:
1
;
///< TRUE to allow IPv6 Hop Limit 0 in `mHopLimit`, FALSE otherwise.
ip6.h:227
messageInfo
.
mAllowZeroHopLimit
=
mConfig
.
mAllowZeroHopLimit
;
ping_sender.cpp:130
ot::Utils::PingSender
ot::Utils::PingSender::SendPing()
bool
ShouldAllowZeroHopLimit
(
void
)
const
{
return
mAllowZeroHopLimit
;
}
socket.hpp:194
ot::Ip6::MessageInfo
ot::Ip6::MessageInfo::ShouldAllowZeroHopLimit() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMessageInfo::mAllowZeroHopLimit
is written by 1 function and is read by 1 function:
ot::Utils::PingSender::SendPing()
All items filtered out
otMessageInfo::mAllowZeroHopLimit
ot::Ip6::MessageInfo::ShouldAllowZeroHopLimit() const
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