Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Daddress_resolver.cpp481 Error AddressResolver::Resolve(const Ip6::Address &aEid, uint16_t &aRloc16, bool aAllowAddressQuery) in Resolve() argument
542 VerifyOrExit(aAllowAddressQuery, error = kErrorNotFound); in Resolve()
560 VerifyOrExit(aAllowAddressQuery, error = kErrorNotFound); in Resolve()
H A Daddress_resolver.hpp359 Error Resolve(const Ip6::Address &aEid, uint16_t &aRloc16, bool aAllowAddressQuery);