ESP-IDF
kStateValid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kStateValid
kStateValid value
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:93
kStateValid
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStateValid
,
///< Link is valid
neighbor.hpp:93
case
Neighbor
::
kStateValid
:
mac.cpp:1908
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
case
Neighbor
::
kStateValid
:
mle_router.cpp:887
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
router
->
SetState
(
Neighbor
::
kStateValid
)
;
mle_router.cpp:1012
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
router
->
SetState
(
Neighbor
::
kStateValid
)
;
mle_router.cpp:3307
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAddressSolicitResponse()
aChild
.
SetState
(
Neighbor
::
kStateValid
)
;
mle_router.cpp:3724
ot::Mle::MleRouter
ot::Mle::MleRouter::SetChildStateToValid()
if
(
mState
==
kStateValid
)
neighbor.cpp:46
ot::Neighbor
ot::Neighbor::SetState()
case
kStateValid
:
neighbor.cpp:131
ot::Neighbor
ot::Neighbor::IsStateValidOrAttaching() const
ValidateNextEnum
(
kStateValid
)
;
neighbor.cpp:254
ot::Neighbor
ot::Neighbor::StateToString()
bool
IsStateValid
(
void
)
const
{
return
(
mState
==
kStateValid
)
;
}
neighbor.hpp:263
ot::Neighbor
ot::Neighbor::IsStateValid() const
bool
IsStateValidOrRestoring
(
void
)
const
{
return
(
mState
==
kStateValid
)
||
IsStateRestoring
(
)
;
}
neighbor.hpp:272
ot::Neighbor
ot::Neighbor::IsStateValidOrRestoring() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStateValid
is read by 9 functions:
All items filtered out
kStateValid
ot::Neighbor::IsStateValid() const
ot::Neighbor::IsStateValidOrRestoring() const
ot::Mac::Mac::HandleReceivedFrame()
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::HandleAddressSolicitResponse()
ot::Mle::MleRouter::SetChildStateToValid()
ot::Neighbor::SetState()
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