ESP-IDF
otCacheEntryInfo::mCanEvict
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
otCacheEntryInfo::mCanEvict
otCacheEntryInfo::mCanEvict field
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:102
bool
mCanEvict
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mCanEvict
:
1
;
///< Indicates whether the entry can be evicted.
thread_ftd.h:102
aInfo
.
mCanEvict
=
true
;
address_resolver.cpp:120
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
aInfo
.
mCanEvict
=
entry
->
CanEvict
(
)
;
address_resolver.cpp:146
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
OutputFormat
(
" canEvict=%d"
,
aEntry
.
mCanEvict
)
;
cli.cpp:2738
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputEidCacheEntry()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCacheEntryInfo::mCanEvict
is written by 1 function and is read by 1 function:
ot::AddressResolver::GetNextCacheEntry() const
All items filtered out
otCacheEntryInfo::mCanEvict
ot::Cli::Interpreter::OutputEidCacheEntry()
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