Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h97 typedef struct otCacheEntryInfo struct
109 } otCacheEntryInfo; argument
619 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry…
/openthread-latest/src/core/thread/
Daddress_resolver.hpp94 class EntryInfo : public otCacheEntryInfo, public Clearable<EntryInfo>
401 DefineCoreType(otCacheEntryInfo, AddressResolver::EntryInfo);
/openthread-latest/src/cli/
Dcli.hpp226 void OutputEidCacheEntry(const otCacheEntryInfo &aEntry);
Dcli.cpp2807 void Interpreter::OutputEidCacheEntry(const otCacheEntryInfo &aEntry) in OutputEidCacheEntry()
2864 otCacheEntryInfo entry; in Process()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp254 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry… in otThreadGetNextCacheEntry()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1168 otCacheEntryInfo entry; in HandlePropertyGet()