Home
last modified time | relevance | path

Searched defs:aEid (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Daddress_resolver.cpp207 AddressResolver::CacheEntry *AddressResolver::FindCacheEntry(const Ip6::Address &aEid, in FindCacheEntry()
225 void AddressResolver::RemoveEntryForAddress(const Ip6::Address &aEid) { Remove(aEid, kReasonRemovin… in RemoveEntryForAddress()
227 void AddressResolver::Remove(const Ip6::Address &aEid, Reason aReason) in Remove()
340 Error AddressResolver::UpdateCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16) in UpdateCacheEntry()
380 void AddressResolver::UpdateSnoopedCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16, uint16_t … in UpdateSnoopedCacheEntry()
473 uint16_t AddressResolver::LookUp(const Ip6::Address &aEid) in LookUp()
481 Error AddressResolver::Resolve(const Ip6::Address &aEid, uint16_t &aRloc16, bool aAllowAddressQuery) in Resolve()
596 Error AddressResolver::ResolveUsingNetDataServices(const Ip6::Address &aEid, uint16_t &aRloc16) in ResolveUsingNetDataServices()
625 Error AddressResolver::SendAddressQuery(const Ip6::Address &aEid) in SendAddressQuery()
H A Daddress_resolver.hpp194 Error Resolve(const Ip6::Address &aEid, uint16_t &aRloc16) in Resolve()
H A Dmesh_forwarder_ftd.cpp146 void MeshForwarder::HandleResolved(const Ip6::Address &aEid, Error aError) in HandleResolved()