ESP-IDF
ot::Dhcp6::Client::HandleTrickleTimer()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dhcp6::Client::HandleTrickleTimer()
ot::Dhcp6::Client::HandleTrickleTimer() method
Syntax
Show:
Summary
Declaration
Definition
from
dhcp6_client.hpp:134
static
void
HandleTrickleTimer
(
TrickleTimer
&
aTrickleTimer
)
;
Implemented in
dhcp6_client.cpp:213
Arguments
Argument
aTrickleTimer
Related Functions
Found 1 other functions taking a
TrickleTimer
argument:
Function
ot::AnnounceSender::HandleTrickleTimer()
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Client
::
HandleTrickleTimer
(
TrickleTimer
&
aTrickleTimer
)
{
aTrickleTimer
.
Get
<
Client
>
(
)
.
HandleTrickleTimer
(
)
;
}
dhcp6_client.cpp:213
void
Client
::
HandleTrickleTimer
(
void
)
dhcp6_client.cpp:215
static
void
HandleTrickleTimer
(
TrickleTimer
&
aTrickleTimer
)
;
dhcp6_client.hpp:134
void
HandleTrickleTimer
(
void
)
;
dhcp6_client.hpp:135
HandleTrickleTimer
(
)
;
dhcp6_client.cpp:434
ot::Dhcp6::Client
ot::Dhcp6::Client::ProcessReply()
Call Tree
from
examples
ot::Dhcp6::Client::HandleTrickleTimer()
is called by 1 function and calls 4 functions:
ot::Dhcp6::Client::ProcessReply()
All items filtered out
ot::Dhcp6::Client::HandleTrickleTimer()
otPlatAssertFail()
ot::Dhcp6::Client::Stop()
ot::Dhcp6::Client::Solicit()
ot::Dhcp6::Client::ProcessNextIdentityAssociation()
All items filtered out
Data Use
from
examples
ot::Dhcp6::Client::HandleTrickleTimer()
reads 6 variables and writes 2 variables:
ot::Dhcp6::Client::IaStatus::kIaStatusSolicit
ot::Dhcp6::Client::IaStatus::kIaStatusSoliciting
ot::Dhcp6::Client::IaStatus::kIaStatusSolicitReplied
ot::Dhcp6::Client::IdentityAssociation::mPrefixAgentRloc
ot::Dhcp6::Client::IdentityAssociation::mStatus
ot::Dhcp6::Client::mIdentityAssociationCurrent
All items filtered out
ot::Dhcp6::Client::HandleTrickleTimer()
ot::Dhcp6::Client::IdentityAssociation::mStatus
ot::Dhcp6::Client::mIdentityAssociationCurrent
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