ESP-IDF
OT_CACHE_ENTRY_STATE_SNOOPED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_SNOOPED
OT_CACHE_ENTRY_STATE_SNOOPED value
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:89
OT_CACHE_ENTRY_STATE_SNOOPED
=
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_CACHE_ENTRY_STATE_SNOOPED
=
1
,
// Entry is created by snoop optimization (inspection of received msg).
thread_ftd.h:89
kStateSnooped
=
OT_CACHE_ENTRY_STATE_SNOOPED
,
///< Created by snoop optimization.
address_resolver.hpp:100
static_assert
(
1
==
OT_CACHE_ENTRY_STATE_SNOOPED
,
"OT_CACHE_ENTRY_STATE_SNOOPED value is incorrect"
)
;
cli.cpp:2731
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_SNOOPED
is read by 1 function:
All items filtered out
OT_CACHE_ENTRY_STATE_SNOOPED
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