ESP-IDF
ot::AddressResolver::Iterator::SetList()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::AddressResolver::Iterator::SetList()
ot::AddressResolver::Iterator::SetList() method
Syntax
Show:
Summary
Declaration
from
address_resolver.hpp:88
void
SetList
(
const
CacheEntryList
*
aList
)
;
Arguments
Argument
aList
Related Functions
Found 5 other functions taking a
CacheEntryList
argument:
Function
ot::AddressResolver::LogCacheEntryChange()
ot::AddressResolver::FindCacheEntry()
ot::AddressResolver::RemoveCacheEntry()
ot::AddressResolver::ListToString() const
ot::AddressResolver::GetEntryAfter()
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetList
(
const
CacheEntryList
*
aList
)
{
mData
[
kListIndex
]
=
aList
;
}
address_resolver.hpp:88
aIterator
.
SetList
(
list
)
;
address_resolver.cpp:111
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
Call Tree
from
examples
ot::AddressResolver::Iterator::SetList()
is called by 1 function:
ot::AddressResolver::GetNextCacheEntry() const
All items filtered out
ot::AddressResolver::Iterator::SetList()
All items filtered out
Data Use
from
examples
ot::AddressResolver::Iterator::SetList()
reads 2 variables:
otCacheEntryIterator::mData
ot::AddressResolver::Iterator::kListIndex
All items filtered out
ot::AddressResolver::Iterator::SetList()
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