Home
last modified time | relevance | path

Searched defs:aAddress (Results 1 – 25 of 72) sorted by relevance

123

/external/openthread/src/core/net/
Dnetif.cpp49 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()
Dsocket.hpp92 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()
Dip6_mpl.cpp61 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()
Ddns_client.cpp181 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/
Dbackbone_tmf.cpp80 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
Dmulticast_listeners_table.cpp54 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()
Dmulticast_listeners_table.hpp93 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress()
/external/openthread/src/core/api/
Dip6_api.cpp78 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()
Dcommissioner_api.cpp134 const otIp6Address *aAddress) in otCommissionerAnnounceBegin()
145 const otIp6Address * aAddress, in otCommissionerEnergyScan()
156 const otIp6Address * aAddress, in otCommissionerPanIdQuery()
Ddns_api.cpp115 otIp6Address * aAddress, in otDnsAddressResponseGetAddress()
159 otIp6Address * aAddress, in otDnsBrowseResponseGetHostAddress()
195 otIp6Address * aAddress, in otDnsServiceResponseGetHostAddress()
Ddataset_api.cpp110 const otIp6Address * aAddress) in otDatasetSendMgmtActiveGet()
131 const otIp6Address * aAddress) in otDatasetSendMgmtPendingGet()
/external/openthread/tests/unit/
Dtest_lowpan.hpp76 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/
Dmulticast_routing.cpp91const otIp6Address * aAddress) in HandleBackboneMulticastListenerEvent()
98const 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()
Dudp.cpp78 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()
Dip6_utils.hpp51 Ip6AddressString(const void *aAddress) in Ip6AddressString()
Dfirewall.cpp73 inline otError IpSetManager::AddToIpSet(const char *aSetName, const char *aAddress) in AddToIpSet()
/external/openthread/src/core/thread/
Dtopology.cpp344 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()
Dnetwork_data_publisher.hpp150 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()
Dmlr_manager.cpp135 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/
Dinfra_if.c34 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
/external/openthread/src/core/meshcop/
Dannounce_begin_client.cpp61 const Ip6::Address &aAddress) in SendRequest()
Dpanid_query_client.cpp65 const Ip6::Address & aAddress, in SendQuery()
Denergy_scan_client.cpp68 const Ip6::Address & aAddress, in SendQuery()
/external/openthread/src/cli/
Dcli_output.cpp137 void Output::OutputIp6Address(const otIp6Address &aAddress) in OutputIp6Address()
146 void Output::OutputIp6AddressLine(const otIp6Address &aAddress) in OutputIp6AddressLine()
/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.cpp543 const std::vector<uint8_t> &aAddress, in PublishHostImpl()
1004const struct sockaddr *aAddress, in HandleGetAddrInfoResult()
1017const struct sockaddr *aAddress, in HandleGetAddrInfoResult()
1082 const struct sockaddr *aAddress, in HandleResolveResult()
1095 const struct sockaddr *aAddress, in HandleResolveResult()

123