ESP-IDF
otCacheEntryInfo::mState
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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::mState
otCacheEntryInfo::mState field
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:101
otCacheEntryState
mState
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otCacheEntryState
mState
;
///< Entry state
thread_ftd.h:101
aInfo
.
mState
=
MapEnum
(
EntryInfo
::
kStateCached
)
;
address_resolver.cpp:119
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
aInfo
.
mState
=
MapEnum
(
EntryInfo
::
kStateSnooped
)
;
address_resolver.cpp:134
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
aInfo
.
mState
=
MapEnum
(
EntryInfo
::
kStateQuery
)
;
address_resolver.cpp:138
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
aInfo
.
mState
=
MapEnum
(
EntryInfo
::
kStateRetryQuery
)
;
address_resolver.cpp:142
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
OutputFormat
(
" %s"
,
Stringify
(
aEntry
.
mState
,
kStateStrings
)
)
;
cli.cpp:2737
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()
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
otCacheEntryInfo::mState
is written by 1 function and is read by 1 function:
ot::AddressResolver::GetNextCacheEntry() const
All items filtered out
otCacheEntryInfo::mState
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