Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Daddress_resolver.hpp349 Error UpdateCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16);
Daddress_resolver.cpp327 Error AddressResolver::UpdateCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16) in UpdateCacheEntry() function in ot::AddressResolver
382 VerifyOrExit(UpdateCacheEntry(aEid, aRloc16) != kErrorNone); in UpdateSnoopedCacheEntry()