ESP-IDF
kInStateAnyExceptInvalid
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
kInStateAnyExceptInvalid
kInStateAnyExceptInvalid value
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:108
kInStateAnyExceptInvalid
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kInStateAnyExceptInvalid
,
///< Accept neighbor in any state except `kStateInvalid`.
neighbor.hpp:108
VerifyOrExit
(
!
HasChildren
(
Child
::
kInStateAnyExceptInvalid
)
,
error
=
kErrorInvalidState
)
;
child_table.cpp:174
ot::ChildTable
ot::ChildTable::SetMaxChildrenAllowed()
child
=
Get
<
ChildTable
>
(
)
.
FindChild
(
aSrcAddr
,
Child
::
kInStateAnyExceptInvalid
)
;
mac.cpp:2401
ot::Mac::Mac
ot::Mac::Mac::ProcessCsl()
child
=
Get
<
ChildTable
>
(
)
.
FindChild
(
aMacAddrs
.
mSource
.
GetShort
(
)
,
Child
::
kInStateAnyExceptInvalid
)
;
mesh_forwarder_ftd.cpp:473
ot::MeshForwarder
ot::MeshForwarder::SendIcmpErrorIfDstUnreach()
case
kInStateAnyExceptInvalid
:
neighbor.cpp:165
ot::Neighbor
ot::Neighbor::MatchesFilter() const
const
Child
*
child
=
Get
<
ChildTable
>
(
)
.
FindChild
(
aDestRloc16
,
Child
::
kInStateAnyExceptInvalid
)
;
router_table.cpp:449
ot::RouterTable
ot::RouterTable::GetNextHopAndPathCost() const
neighbor
=
Get
<
NeighborTable
>
(
)
.
FindNeighbor
(
destAddr
,
Neighbor
::
kInStateAnyExceptInvalid
)
;
trel_link.cpp:141
ot::Trel::Link
ot::Trel::Link::BeginTransmit()
neighbor
=
Get
<
NeighborTable
>
(
)
.
FindNeighbor
(
srcAddress
,
Neighbor
::
kInStateAnyExceptInvalid
)
;
trel_link.cpp:390
ot::Trel::Link
ot::Trel::Link::HandleAck()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kInStateAnyExceptInvalid
is read by 7 functions:
All items filtered out
kInStateAnyExceptInvalid
ot::Mac::Mac::ProcessCsl()
ot::Trel::Link::BeginTransmit()
ot::Trel::Link::HandleAck()
ot::ChildTable::SetMaxChildrenAllowed()
ot::MeshForwarder::SendIcmpErrorIfDstUnreach()
ot::Neighbor::MatchesFilter() const
ot::RouterTable::GetNextHopAndPathCost() 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