pub const SPINEL_PROP_THREAD_ADDRESS_CACHE_TABLE: _bindgen_ty_24 = 5411;
Expand description

EID (Endpoint Identifier) IPv6 Address Cache Table ** Format `A(t(6SCCt(bL6)t(bSS)))

  • This property provides Thread EID address cache table.
  • Data per item is:
  • 6 : Target IPv6 address
  • S : RLOC16 of target
  • C : Age (order of use, 0 indicates most recently used entry)
  • C : Entry state (values are defined by enumeration SPINEL_ADDRESS_CACHE_ENTRY_STATE_*).
  • t : Info when state is SPINEL_ADDRESS_CACHE_ENTRY_STATE_CACHED
  • b : Indicates whether last transaction time and ML-EID are valid.
  • L : Last transaction time
  • 6 : Mesh-local EID
  • t : Info when state is other than SPINEL_ADDRESS_CACHE_ENTRY_STATE_CACHED
  • b : Indicates whether the entry can be evicted.
  • S : Timeout in seconds
  • S : Retry delay (applicable if in query-retry state).

*/