This structure represents an EID cache entry.
Public Attributes#
Target EID.
RLOC16.
Entry state.
bool
Indicates whether the entry can be evicted.
bool
Indicates whether last transaction time and ML-EID are valid.
uint32_t
Last transaction time (applicable in cached state).
Mesh Local EID (applicable if entry in cached state).
uint16_t
Timeout in seconds (applicable if in snooped/query/retry-query states).
uint16_t
Retry delay in seconds (applicable if in query-retry state).
Public Attribute Documentation#
mValidLastTrans#
bool otCacheEntryInfo::mValidLastTrans
Indicates whether last transaction time and ML-EID are valid.
mLastTransTime#
uint32_t otCacheEntryInfo::mLastTransTime
Last transaction time (applicable in cached state).
mMeshLocalEid#
otIp6Address otCacheEntryInfo::mMeshLocalEid
Mesh Local EID (applicable if entry in cached state).
mTimeout#
uint16_t otCacheEntryInfo::mTimeout
Timeout in seconds (applicable if in snooped/query/retry-query states).
mRetryDelay#
uint16_t otCacheEntryInfo::mRetryDelay
Retry delay in seconds (applicable if in query-retry state).