ESP-IDF
kStateChildUpdateRequest
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
kStateChildUpdateRequest
kStateChildUpdateRequest value
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:92
kStateChildUpdateRequest
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStateChildUpdateRequest
,
///< Sent an MLE Child Update Request message (trying to restore the child)
neighbor.hpp:92
case
Neighbor
::
kStateChildUpdateRequest
:
mac.cpp:1912
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
child
.
SetState
(
Child
::
kStateChildUpdateRequest
)
;
mle.cpp:2645
ot::Mle::Mle
ot::Mle::Mle::ReestablishLinkWithNeighbor()
aChild
.
SetState
(
Child
::
kStateChildUpdateRequest
)
;
mle_router.cpp:2893
ot::Mle::MleRouter
ot::Mle::MleRouter::SendChildUpdateRequest()
case
kStateChildUpdateRequest
:
neighbor.cpp:130
ot::Neighbor
ot::Neighbor::IsStateValidOrAttaching() const
ValidateNextEnum
(
kStateChildUpdateRequest
)
;
neighbor.cpp:253
ot::Neighbor
ot::Neighbor::StateToString()
bool
IsStateRestoring
(
void
)
const
{
return
(
mState
==
kStateRestored
)
||
(
mState
==
kStateChildUpdateRequest
)
;
}
neighbor.hpp:249
ot::Neighbor
ot::Neighbor::IsStateRestoring() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStateChildUpdateRequest
is read by 6 functions:
All items filtered out
kStateChildUpdateRequest
ot::Neighbor::IsStateRestoring() const
ot::Mac::Mac::HandleReceivedFrame()
ot::Mle::Mle::ReestablishLinkWithNeighbor()
ot::Mle::MleRouter::SendChildUpdateRequest()
ot::Neighbor::IsStateValidOrAttaching() const
ot::Neighbor::StateToString()
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