Lines Matching refs:Address
149 void RemoveEntryForAddress(const Ip6::Address &aEid);
169 void UpdateSnoopedCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16, uint16_t aDest);
182 Error Resolve(const Ip6::Address &aEid, uint16_t &aRloc16) in Resolve()
197 uint16_t LookUp(const Ip6::Address &aEid);
215 void SendAddressQueryResponse(const Ip6::Address &aTarget,
218 const Ip6::Address &aDestination);
227 void SendAddressError(const Ip6::Address &aTarget,
229 const Ip6::Address *aDestination);
251 const Ip6::Address &GetTarget(void) const { return mTarget; } in GetTarget()
252 void SetTarget(const Ip6::Address &aTarget) { mTarget = aTarget; } in SetTarget()
283 bool Matches(const Ip6::Address &aEid) const { return GetTarget() == aEid; } in Matches()
292 Ip6::Address mTarget;
343 Error Resolve(const Ip6::Address &aEid, uint16_t &aRloc16, bool aAllowAddressQuery);
345 void Remove(const Ip6::Address &aEid, Reason aReason);
346 …CacheEntry *FindCacheEntry(const Ip6::Address &aEid, CacheEntryList *&aList, CacheEntry *&aPrevEnt…
349 Error UpdateCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16);
350 Error SendAddressQuery(const Ip6::Address &aEid);
352 Error ResolveUsingNetDataServices(const Ip6::Address &aEid, uint16_t &aRloc16);