Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h660 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry…
824 …*otNeighborTableCallback)(otNeighborTableEvent aEvent, const otNeighborTableEntryInfo *aEntryInfo);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp275 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry… in otThreadGetNextCacheEntry() argument
277 return AsCoreType(aInstance).Get<AddressResolver>().GetNextCacheEntry(AsCoreType(aEntryInfo), in otThreadGetNextCacheEntry()