Home
last modified time | relevance | path

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

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