Home
last modified time | relevance | path

Searched refs:otCacheEntryInfo (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/include/openthread/
Dthread_ftd.h99 typedef struct otCacheEntryInfo struct
110 } otCacheEntryInfo; argument
553 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry…
/openthread-2.7.6/src/core/thread/
Daddress_resolver.hpp82 typedef otCacheEntryInfo EntryInfo;
/openthread-2.7.6/src/core/api/
Dthread_ftd_api.cpp328 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry… in otThreadGetNextCacheEntry()
/openthread-2.7.6/src/cli/
Dcli.hpp510 void OutputEidCacheEntry(const otCacheEntryInfo &aEntry);
Dcli.cpp1721 void Interpreter::OutputEidCacheEntry(const otCacheEntryInfo &aEntry) in OutputEidCacheEntry()
1754 otCacheEntryInfo entry; in ProcessEidCache()
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp1164 otCacheEntryInfo entry; in HandlePropertyGet()