ESP-IDF
OT_CACHE_ENTRY_STATE_CACHED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_CACHE_ENTRY_STATE_CACHED
OT_CACHE_ENTRY_STATE_CACHED value
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:88
OT_CACHE_ENTRY_STATE_CACHED
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_CACHE_ENTRY_STATE_CACHED
=
0
,
// Entry is cached and in-use.
thread_ftd.h:88
kStateCached
=
OT_CACHE_ENTRY_STATE_CACHED
,
///< Cached and in-use.
address_resolver.hpp:99
static_assert
(
0
==
OT_CACHE_ENTRY_STATE_CACHED
,
"OT_CACHE_ENTRY_STATE_CACHED value is incorrect"
)
;
cli.cpp:2730
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputEidCacheEntry()
if
(
aEntry
.
mState
==
OT_CACHE_ENTRY_STATE_CACHED
)
cli.cpp:2740
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputEidCacheEntry()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
OT_CACHE_ENTRY_STATE_CACHED
is read by 1 function:
All items filtered out
OT_CACHE_ENTRY_STATE_CACHED
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