ESP-IDF
ot::NeighborTable::FindParent()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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::NeighborTable::FindParent()
ot::NeighborTable::FindParent() method
Syntax
Show:
Summary
Declaration
Definition
from
neighbor_table.hpp:224
Neighbor
*
FindParent
(
const
Neighbor
::
AddressMatcher
&
aMatcher
)
;
Implemented in
neighbor_table.cpp:46
Arguments
Argument
aMatcher
Related Functions
Found 5 other functions taking a
AddressMatcher
argument:
Function
Description
ot::NeighborTable::FindNeighbor()
ot::Neighbor::Matches() const
Indicates whether neighbor matches a given `AddressMatcher`.
ot::ChildTable::FindChild() const
ot::NeighborTable::FindChildOrRouter()
ot::RouterTable::FindRouter() const
Examples
References
from
examples
Code
Location
Scope
Referrer
Neighbor
*
NeighborTable
::
FindParent
(
const
Neighbor
::
AddressMatcher
&
aMatcher
)
neighbor_table.cpp:46
Neighbor
*
NeighborTable
::
FindParent
(
Mac
::
ShortAddress
aShortAddress
,
Neighbor
::
StateFilter
aFilter
)
neighbor_table.cpp:63
Neighbor
*
NeighborTable
::
FindParent
(
const
Mac
::
ExtAddress
&
aExtAddress
,
Neighbor
::
StateFilter
aFilter
)
neighbor_table.cpp:68
Neighbor
*
NeighborTable
::
FindParent
(
const
Mac
::
Address
&
aMacAddress
,
Neighbor
::
StateFilter
aFilter
)
neighbor_table.cpp:73
Neighbor
*
FindParent
(
Mac
::
ShortAddress
aShortAddress
,
neighbor_table.hpp:95
Neighbor
*
FindParent
(
const
Mac
::
ExtAddress
&
aExtAddress
,
neighbor_table.hpp:107
Neighbor
*
FindParent
(
const
Mac
::
Address
&
aMacAddress
,
neighbor_table.hpp:119
Neighbor
*
FindParent
(
const
Neighbor
::
AddressMatcher
&
aMatcher
)
;
neighbor_table.hpp:224
neighbor
=
(
command
==
kCommandChildIdResponse
)
?
mNeighborTable
.
FindParent
(
extAddr
)
mle.cpp:2360
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
return
FindParent
(
Neighbor
::
AddressMatcher
(
aShortAddress
,
aFilter
)
)
;
neighbor_table.cpp:65
ot::NeighborTable
ot::NeighborTable::FindParent()
return
FindParent
(
Neighbor
::
AddressMatcher
(
aExtAddress
,
aFilter
)
)
;
neighbor_table.cpp:70
ot::NeighborTable
ot::NeighborTable::FindParent()
return
FindParent
(
Neighbor
::
AddressMatcher
(
aMacAddress
,
aFilter
)
)
;
neighbor_table.cpp:75
ot::NeighborTable
ot::NeighborTable::FindParent()
neighbor
=
FindParent
(
aMatcher
)
;
neighbor_table.cpp:91
ot::NeighborTable
ot::NeighborTable::FindNeighbor()
Call Tree
from
examples
ot::NeighborTable::FindParent()
is called by 3 functions and calls 4 functions:
ot::NeighborTable::FindParent()
ot::NeighborTable::FindNeighbor()
ot::Mle::Mle::HandleUdpReceive()
All items filtered out
ot::NeighborTable::FindParent()
ot::Mle::Mle::GetParent()
ot::Mle::Mle::GetParentCandidate()
ot::Neighbor::AddressMatcher::AddressMatcher()
ot::NeighborTable::FindParent()
All items filtered out
Data Use
from
examples
ot::NeighborTable::FindParent()
reads 2 variables:
ot::Neighbor::Matches() const
ot::Neighbor::StateFilter::kInStateValidOrRestoring
All items filtered out
ot::NeighborTable::FindParent()
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