| /external/openthread/src/core/net/ |
| D | netif.cpp | 49 explicit AddressInfo(const Netif::UnicastAddress &aAddress) in AddressInfo() 57 explicit AddressInfo(const Netif::MulticastAddress &aAddress) in AddressInfo() 345 void Netif::SubscribeMulticast(MulticastAddress &aAddress) in SubscribeMulticast() 366 void Netif::UnsubscribeMulticast(const MulticastAddress &aAddress) in UnsubscribeMulticast() 387 Error Netif::SubscribeExternalMulticast(const Address &aAddress) in SubscribeExternalMulticast() 424 Error Netif::UnsubscribeExternalMulticast(const Address &aAddress) in UnsubscribeExternalMulticast() 470 void Netif::AddUnicastAddress(UnicastAddress &aAddress) in AddUnicastAddress() 491 void Netif::RemoveUnicastAddress(const UnicastAddress &aAddress) in RemoveUnicastAddress() 512 Error Netif::AddExternalUnicastAddress(const UnicastAddress &aAddress) in AddExternalUnicastAddress() 550 Error Netif::RemoveExternalUnicastAddress(const Address &aAddress) in RemoveExternalUnicastAddress()
|
| D | socket.hpp | 92 void SetSockAddr(const Address &aAddress) { mSockAddr = aAddress; } in SetSockAddr() 132 void SetPeerAddr(const Address &aAddress) { mPeerAddr = aAddress; } in SetPeerAddr() 290 SockAddr(const Address &aAddress, uint16_t aPort) in SockAddr() 318 void SetAddress(const Address &aAddress) { mAddress = aAddress; } in SetAddress()
|
| D | ip6_mpl.cpp | 61 void Mpl::InitOption(OptionMpl &aOption, const Address &aAddress) in InitOption() 81 Error Mpl::ProcessOption(Message &aMessage, const Address &aAddress, bool aIsOutbound, bool &aRecei… in ProcessOption()
|
| D | dns_client.cpp | 181 Ip6::Address &aAddress, in FindHostAddress() 313 Error Client::AddressResponse::GetAddress(uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTtl) … in GetAddress() 396 Ip6::Address &aAddress, in GetHostAddress() 488 Ip6::Address &aAddress, in GetHostAddress()
|
| /external/openthread/src/core/backbone_router/ |
| D | backbone_tmf.cpp | 80 void BackboneTmfAgent::SubscribeMulticast(const Ip6::Address &aAddress) in SubscribeMulticast() 87 void BackboneTmfAgent::UnsubscribeMulticast(const Ip6::Address &aAddress) in UnsubscribeMulticast() 94 void BackboneTmfAgent::LogError(const char *aText, const Ip6::Address &aAddress, Error aError) const in LogError() argument
|
| D | multicast_listeners_table.cpp | 54 Error MulticastListenersTable::Add(const Ip6::Address &aAddress, Time aExpireTime) in Add() 91 void MulticastListenersTable::Remove(const Ip6::Address &aAddress) in Remove() 151 const Ip6::Address &aAddress, in LogMulticastListenersTable()
|
| D | multicast_listeners_table.hpp | 93 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress()
|
| /external/openthread/src/core/api/ |
| D | ip6_api.cpp | 78 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress) in otIp6AddUnicastAddress() 83 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6RemoveUnicastAddress() 93 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6SubscribeMulticastAddress() 98 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6UnsubscribeMulticastAddress() 184 otError otIp6AddressFromString(const char *aString, otIp6Address *aAddress) in otIp6AddressFromString() 189 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize) in otIp6AddressToString() 211 bool otIp6IsAddressUnspecified(const otIp6Address *aAddress) in otIp6IsAddressUnspecified()
|
| D | commissioner_api.cpp | 134 const otIp6Address *aAddress) in otCommissionerAnnounceBegin() 145 const otIp6Address * aAddress, in otCommissionerEnergyScan() 156 const otIp6Address * aAddress, in otCommissionerPanIdQuery()
|
| D | dns_api.cpp | 115 otIp6Address * aAddress, in otDnsAddressResponseGetAddress() 159 otIp6Address * aAddress, in otDnsBrowseResponseGetHostAddress() 195 otIp6Address * aAddress, in otDnsServiceResponseGetHostAddress()
|
| D | dataset_api.cpp | 110 const otIp6Address * aAddress) in otDatasetSendMgmtActiveGet() 131 const otIp6Address * aAddress) in otDatasetSendMgmtPendingGet()
|
| /external/openthread/tests/unit/ |
| D | test_lowpan.hpp | 76 void SetMacSource(const uint8_t *aAddress) { mMacSource.SetExtended(aAddress); } in SetMacSource() 84 void SetMacSource(uint16_t aAddress) { mMacSource.SetShort(aAddress); } in SetMacSource() 92 void SetMacDestination(const uint8_t *aAddress) { mMacDestination.SetExtended(aAddress); } in SetMacDestination() 100 void SetMacDestination(uint16_t aAddress) { mMacDestination.SetShort(aAddress); } in SetMacDestination()
|
| /external/openthread/src/posix/platform/ |
| D | multicast_routing.cpp | 91 … const otIp6Address * aAddress) in HandleBackboneMulticastListenerEvent() 98 … const Ip6::Address & aAddress) in HandleBackboneMulticastListenerEvent() 129 void MulticastRoutingManager::Add(const Ip6::Address &aAddress) in Add() 142 void MulticastRoutingManager::Remove(const Ip6::Address &aAddress) in Remove() 157 void MulticastRoutingManager::UpdateMldReport(const Ip6::Address &aAddress, bool isAdd) in UpdateMldReport()
|
| D | udp.cpp | 78 bool IsLinkLocal(const struct in6_addr &aAddress) in IsLinkLocal() 83 bool IsMulticast(const otIp6Address &aAddress) in IsMulticast() 468 const otIp6Address *aAddress) in otPlatUdpJoinMulticastGroup() 508 const otIp6Address *aAddress) in otPlatUdpLeaveMulticastGroup()
|
| D | ip6_utils.hpp | 51 Ip6AddressString(const void *aAddress) in Ip6AddressString()
|
| D | firewall.cpp | 73 inline otError IpSetManager::AddToIpSet(const char *aSetName, const char *aAddress) in AddToIpSet()
|
| /external/openthread/src/core/thread/ |
| D | topology.cpp | 344 Error Child::AddIp6Address(const Ip6::Address &aAddress) in AddIp6Address() 374 Error Child::RemoveIp6Address(const Ip6::Address &aAddress) in RemoveIp6Address() 499 void Child::SetAddressMlrState(const Ip6::Address &aAddress, MlrState aState) in SetAddressMlrState()
|
| D | network_data_publisher.hpp | 150 void PublishDnsSrpServiceUnicast(const Ip6::Address &aAddress, uint16_t aPort) in PublishDnsSrpServiceUnicast() 372 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() 375 static Info InfoUnicast(Type aType, const Ip6::Address &aAddress, uint16_t aPort) in InfoUnicast()
|
| D | mlr_manager.cpp | 135 bool MlrManager::IsAddressMlrRegisteredByAnyChildExcept(const Ip6::Address &aAddress, const Child *… in IsAddressMlrRegisteredByAnyChildExcept() argument 706 const Ip6::Address &aAddress) in AppendToUniqueAddressList() 728 const Ip6::Address &aAddress) in AddressListContains()
|
| /external/openthread/examples/platforms/simulation/ |
| D | infra_if.c | 34 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
|
| /external/openthread/src/core/meshcop/ |
| D | announce_begin_client.cpp | 61 const Ip6::Address &aAddress) in SendRequest()
|
| D | panid_query_client.cpp | 65 const Ip6::Address & aAddress, in SendQuery()
|
| D | energy_scan_client.cpp | 68 const Ip6::Address & aAddress, in SendQuery()
|
| /external/openthread/src/cli/ |
| D | cli_output.cpp | 137 void Output::OutputIp6Address(const otIp6Address &aAddress) in OutputIp6Address() 146 void Output::OutputIp6AddressLine(const otIp6Address &aAddress) in OutputIp6AddressLine()
|
| /external/ot-br-posix/src/mdns/ |
| D | mdns_mdnssd.cpp | 543 const std::vector<uint8_t> &aAddress, in PublishHostImpl() 1004 … const struct sockaddr *aAddress, in HandleGetAddrInfoResult() 1017 … const struct sockaddr *aAddress, in HandleGetAddrInfoResult() 1082 const struct sockaddr *aAddress, in HandleResolveResult() 1095 const struct sockaddr *aAddress, in HandleResolveResult()
|