Home
last modified time | relevance | path

Searched refs:otCacheEntryState (Results 1 – 2 of 2) sorted by relevance

/external/openthread/include/openthread/
Dthread_ftd.h87 typedef enum otCacheEntryState enum
93 } otCacheEntryState; typedef
103 otCacheEntryState mState; ///< Entry state
/external/openthread/src/cli/
Dcli.cpp1966 const char *EidCacheStateToString(otCacheEntryState aState) in EidCacheStateToString()