Searched refs:aAddresses (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_netif.cpp | 59 void VerifyMulticastAddressList(const Ip6::Netif &aNetif, Ip6::Address aAddresses[], uint8_t aLengt… in VerifyMulticastAddressList() argument 65 VerifyOrQuit(aNetif.IsMulticastSubscribed(aAddresses[i])); in VerifyMulticastAddressList() 74 if (addr.GetAddress() == aAddresses[i]) in VerifyMulticastAddressList()
|
/openthread-latest/src/core/thread/ |
D | mlr_manager.hpp | 135 Error RegisterMulticastListeners(const Ip6::Address *aAddresses, 153 Error SendMlrMessage(const Ip6::Address *aAddresses,
|
D | mlr_manager.cpp | 306 Error MlrManager::RegisterMulticastListeners(const Ip6::Address *aAddresses, in RegisterMulticastListeners() argument 314 VerifyOrExit(aAddresses != nullptr, error = kErrorInvalidArgs); in RegisterMulticastListeners() 329 …SuccessOrExit(error = SendMlrMessage(aAddresses, aAddressNum, aTimeout, HandleRegisterResponse, th… in RegisterMulticastListeners() 364 Error MlrManager::SendMlrMessage(const Ip6::Address *aAddresses, in SendMlrMessage() argument 386 SuccessOrExit(error = message->AppendBytes(aAddresses, sizeof(Ip6::Address) * aAddressNum)); in SendMlrMessage()
|
/openthread-latest/src/core/api/ |
D | ip6_api.cpp | 229 const otIp6Address *aAddresses, in otIp6RegisterMulticastListeners() argument 235 …ype(aInstance).Get<MlrManager>().RegisterMulticastListeners(AsCoreTypePtr(aAddresses), aAddressNum, in otIp6RegisterMulticastListeners()
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_manager.hpp | 178 void SendBackboneMulticastListenerRegistration(const Ip6::Address *aAddresses,
|
D | bbr_manager.cpp | 308 void Manager::SendBackboneMulticastListenerRegistration(const Ip6::Address *aAddresses, in SendBackboneMulticastListenerRegistration() argument 326 SuccessOrExit(error = message->AppendBytes(aAddresses, sizeof(Ip6::Address) * aAddressNum)); in SendBackboneMulticastListenerRegistration()
|
/openthread-latest/src/core/net/ |
D | srp_client.hpp | 164 void SetAddresses(const Ip6::Address *aAddresses, uint8_t aNumAddresses); 566 Error SetHostAddresses(const Ip6::Address *aAddresses, uint8_t aNumAddresses);
|
D | srp_client.cpp | 87 void Client::HostInfo::SetAddresses(const Ip6::Address *aAddresses, uint8_t aNumAddresses) in SetAddresses() argument 89 mAddresses = aAddresses; in SetAddresses() 630 Error Client::SetHostAddresses(const Ip6::Address *aAddresses, uint8_t aNumAddresses) in SetHostAddresses() argument 634 VerifyOrExit((aAddresses != nullptr) && (aNumAddresses > 0), error = kErrorInvalidArgs); in SetHostAddresses() 637 mHostInfo.SetAddresses(aAddresses, aNumAddresses); in SetHostAddresses()
|
D | mdns.hpp | 837 bool Matches(const Ip6::Address *aAddresses, uint16_t aNumAddresses) const; 838 void SetFrom(const Ip6::Address *aAddresses, uint16_t aNumAddresses);
|
D | mdns.cpp | 519 bool Core::AddressArray::Matches(const Ip6::Address *aAddresses, uint16_t aNumAddresses) const in Matches() argument 527 VerifyOrExit(Contains(aAddresses[i])); in Matches() 536 void Core::AddressArray::SetFrom(const Ip6::Address *aAddresses, uint16_t aNumAddresses) in SetFrom() argument 543 IgnoreError(PushBack(aAddresses[i])); in SetFrom()
|
/openthread-latest/include/openthread/ |
D | ip6.h | 782 const otIp6Address *aAddresses,
|