Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_cache.c136 mbedtls_time_t t = mbedtls_time(NULL), oldest = 0; in ssl_cache_pick_writing_slot() local
175 if (oldest == 0 || cur->timestamp < oldest) { in ssl_cache_pick_writing_slot()
176 oldest = cur->timestamp; in ssl_cache_pick_writing_slot()
/openthread-latest/src/posix/platform/
Dmulticast_routing.cpp551 MulticastForwardingCache *oldest = nullptr; in SaveMulticastForwardingCache() local
563 if (oldest == nullptr || mfc.mLastUseTime < oldest->mLastUseTime) in SaveMulticastForwardingCache()
565 oldest = &mfc; in SaveMulticastForwardingCache()
580 RemoveMulticastForwardingCache(*oldest); in SaveMulticastForwardingCache()
581 oldest->Set(aSrcAddr, aGroupAddr, aIif, aOif); in SaveMulticastForwardingCache()
/openthread-latest/src/cli/
DREADME_HISTORY.md7 … list. The History Tracker will keep the most recent entries overwriting oldest one when the list …
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.data892 SSL DTLS replay: oldest in window, replayed
895 SSL DTLS replay: oldest in window, not replayed