ESP-IDF
OT_CACHE_ENTRY_STATE_RETRY_QUERY
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_RETRY_QUERY
OT_CACHE_ENTRY_STATE_RETRY_QUERY value
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:91
OT_CACHE_ENTRY_STATE_RETRY_QUERY
=
3
;
Examples
References
from
examples
Code
Location
Scope
Referrer
OT_CACHE_ENTRY_STATE_RETRY_QUERY
=
3
,
// Entry is in retry wait mode (a prior query did not get a response).
thread_ftd.h:91
kStateRetryQuery
=
OT_CACHE_ENTRY_STATE_RETRY_QUERY
,
///< In retry wait mode.
address_resolver.hpp:102
static_assert
(
3
==
OT_CACHE_ENTRY_STATE_RETRY_QUERY
,
"OT_CACHE_ENTRY_STATE_RETRY_QUERY value is incorrect"
)
;
cli.cpp:2733
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputEidCacheEntry()
if
(
aEntry
.
mState
==
OT_CACHE_ENTRY_STATE_RETRY_QUERY
)
cli.cpp:2753
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_RETRY_QUERY
is read by 1 function:
All items filtered out
OT_CACHE_ENTRY_STATE_RETRY_QUERY
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