ESP-IDF
ot::Ip6::MessageInfo::SetHopLimit()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::MessageInfo::SetHopLimit()
ot::Ip6::MessageInfo::SetHopLimit() method
Sets the Hop Limit.
Syntax
Show:
Summary
Declaration
from
socket.hpp:149
void
SetHopLimit
(
uint8_t
aHopLimit
)
;
Arguments
Argument
Description
aHopLimit
The Hop Limit.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetHopLimit
(
uint8_t
aHopLimit
)
{
mHopLimit
=
aHopLimit
;
}
socket.hpp:149
messageInfo
.
SetHopLimit
(
kDefaultHoplimit
)
;
bbr_manager.cpp:333
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::SendBackboneMulticastListenerRegistration()
messageInfo
.
SetHopLimit
(
kDefaultHoplimit
)
;
bbr_manager.cpp:527
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::SendBackboneQuery()
messageInfo
.
SetHopLimit
(
kDefaultHoplimit
)
;
bbr_manager.cpp:662
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::SendBackboneAnswer()
messageInfo
.
SetHopLimit
(
aIp6Header
.
GetHopLimit
(
)
)
;
ip6.cpp:878
ot::Ip6::Ip6
ot::Ip6::Ip6::Receive()
messageInfo
.
SetHopLimit
(
kMleHopLimit
)
;
mle.cpp:4806
ot::Mle::Mle::TxMessage
ot::Mle::Mle::TxMessage::SendTo()
Call Tree
from
examples
ot::Ip6::MessageInfo::SetHopLimit()
is called by 5 functions:
ot::Mle::Mle::TxMessage::SendTo()
ot::BackboneRouter::Manager::SendBackboneMulticastListenerRegistration()
ot::BackboneRouter::Manager::SendBackboneQuery()
ot::BackboneRouter::Manager::SendBackboneAnswer()
ot::Ip6::Ip6::Receive()
All items filtered out
ot::Ip6::MessageInfo::SetHopLimit()
All items filtered out
Data Use
from
examples
ot::Ip6::MessageInfo::SetHopLimit()
writes 1 variable:
All items filtered out
ot::Ip6::MessageInfo::SetHopLimit()
otMessageInfo::mHopLimit
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