Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Daddress_resolver.cpp194 AddressResolver::CacheEntry *AddressResolver::FindCacheEntry(const Ip6::Address &aEid, in FindCacheEntry()
212 void AddressResolver::RemoveEntryForAddress(const Ip6::Address &aEid) { Remove(aEid, kReasonRemovin… in RemoveEntryForAddress()
214 void AddressResolver::Remove(const Ip6::Address &aEid, Reason aReason) in Remove()
327 Error AddressResolver::UpdateCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16) in UpdateCacheEntry()
367 void AddressResolver::UpdateSnoopedCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16, uint16_t … in UpdateSnoopedCacheEntry()
460 uint16_t AddressResolver::LookUp(const Ip6::Address &aEid) in LookUp()
468 Error AddressResolver::Resolve(const Ip6::Address &aEid, uint16_t &aRloc16, bool aAllowAddressQuery) in Resolve()
583 Error AddressResolver::ResolveUsingNetDataServices(const Ip6::Address &aEid, uint16_t &aRloc16) in ResolveUsingNetDataServices()
612 Error AddressResolver::SendAddressQuery(const Ip6::Address &aEid) in SendAddressQuery()
Daddress_resolver.hpp182 Error Resolve(const Ip6::Address &aEid, uint16_t &aRloc16) in Resolve()
Dmesh_forwarder_ftd.cpp141 void MeshForwarder::HandleResolved(const Ip6::Address &aEid, Error aError) in HandleResolved()