Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/openthread/src/core/net/
H A Dnetif.cpp239 void Netif::SignalMulticastAddressChange(AddressEvent aEvent, const MulticastAddress &aAddress, Add… in SignalMulticastAddressChange()
279 void Netif::SubscribeMulticast(MulticastAddress &aAddress) in SubscribeMulticast()
288 void Netif::UnsubscribeMulticast(const MulticastAddress &aAddress) in UnsubscribeMulticast()
297 Error Netif::SubscribeExternalMulticast(const Address &aAddress) in SubscribeExternalMulticast()
330 Error Netif::UnsubscribeExternalMulticast(const Address &aAddress) in UnsubscribeExternalMulticast()
366 void Netif::AddUnicastAddress(UnicastAddress &aAddress) in AddUnicastAddress()
380 void Netif::RemoveUnicastAddress(UnicastAddress &aAddress) in RemoveUnicastAddress()
390 void Netif::UpdatePreferredFlagOn(UnicastAddress &aAddress, bool aPreferred) in UpdatePreferredFlagOn()
403 void Netif::SignalUnicastAddressChange(AddressEvent aEvent, const UnicastAddress &aAddress) in SignalUnicastAddressChange()
440 Error Netif::AddExternalUnicastAddress(const UnicastAddress &aAddress) in AddExternalUnicastAddress()
[all …]
H A Dsocket.hpp92 void SetSockAddr(const Address &aAddress) { mSockAddr = aAddress; } in SetSockAddr()
132 void SetPeerAddr(const Address &aAddress) { mPeerAddr = aAddress; } in SetPeerAddr()
266 SockAddr(const Address &aAddress, uint16_t aPort) in SockAddr()
294 void SetAddress(const Address &aAddress) { mAddress = aAddress; } in SetAddress()
H A Dip6_mpl.cpp77 void Mpl::InitOption(MplOption &aOption, const Address &aAddress) in InitOption()
93 …rocessOption(Message &aMessage, const OffsetRange &aOffsetRange, const Address &aAddress, bool &aR… in ProcessOption()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dip6_utils.hpp54 inline bool IsIp6AddressLinkLocal(const otIp6Address &aAddress) in IsIp6AddressLinkLocal()
68 inline bool IsIp6AddressMulticast(const otIp6Address &aAddress) { return (aAddress.mFields.m8[0] ==… in IsIp6AddressMulticast()
79 inline bool IsIp6AddressUnspecified(const otIp6Address &aAddress) { return otIp6IsAddressUnspecifie… in IsIp6AddressUnspecified()
88 inline void CopyIp6AddressTo(const otIp6Address &aAddress, void *aBuffer) in CopyIp6AddressTo()
100 inline void ReadIp6AddressFrom(const void *aBuffer, otIp6Address &aAddress) in ReadIp6AddressFrom()
118 Ip6AddressString(const void *aAddress) in Ip6AddressString()
H A Dmulticast_routing.cpp93const otIp6Address *aAddress) in HandleBackboneMulticastListenerEvent()
100const Ip6::Address &aAddress) in HandleBackboneMulticastListenerEvent()
131 void MulticastRoutingManager::Add(const Ip6::Address &aAddress) in Add()
144 void MulticastRoutingManager::Remove(const Ip6::Address &aAddress) in Remove()
159 void MulticastRoutingManager::UpdateMldReport(const Ip6::Address &aAddress, bool isAdd) in UpdateMldReport()
H A Dinfra_if.cpp65 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress()
182 bool IsAddressLinkLocal(const in6_addr &aAddress) in IsAddressLinkLocal()
187 bool IsAddressUniqueLocal(const in6_addr &aAddress) { return (aAddress.s6_addr[0] & 0xfe) == 0xfc; } in IsAddressUniqueLocal()
189 bool IsAddressGlobalUnicast(const in6_addr &aAddress) { return (aAddress.s6_addr[0] & 0xe0) == 0x20… in IsAddressGlobalUnicast()
/aosp_15_r20/external/openthread/src/core/api/
H A Dip6_api.cpp78 bool otIp6HasUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6HasUnicastAddress()
83 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress) in otIp6AddUnicastAddress()
88 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6RemoveUnicastAddress()
98 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6SubscribeMulticastAddress()
103 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6UnsubscribeMulticastAddress()
186 otError otIp6AddressFromString(const char *aString, otIp6Address *aAddress) in otIp6AddressFromString()
196 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize) in otIp6AddressToString()
222 void otIp6GetPrefix(const otIp6Address *aAddress, uint8_t aLength, otIp6Prefix *aPrefix) in otIp6GetPrefix()
227 bool otIp6IsAddressUnspecified(const otIp6Address *aAddress) { return AsCoreType(aAddress).IsUnspec… in otIp6IsAddressUnspecified()
H A Dcommissioner_api.cpp131 const otIp6Address *aAddress) in otCommissionerAnnounceBegin()
142 const otIp6Address *aAddress, in otCommissionerEnergyScan()
153 const otIp6Address *aAddress, in otCommissionerPanIdQuery()
H A Ddns_api.cpp135 otIp6Address *aAddress, in otDnsAddressResponseGetAddress()
187 otIp6Address *aAddress, in otDnsBrowseResponseGetHostAddress()
245 otIp6Address *aAddress, in otDnsServiceResponseGetHostAddress()
H A Dnat64_api.cpp155 otError otIp4AddressFromString(const char *aString, otIp4Address *aAddress) in otIp4AddressFromString()
174 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize) in otIp4AddressToString()
H A Ddataset_api.cpp106 const otIp6Address *aAddress) in otDatasetSendMgmtActiveGet()
127 const otIp6Address *aAddress) in otDatasetSendMgmtPendingGet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_link_metrics.cpp446 void LinkMetrics::HandleLinkMetricsReport(const otIp6Address *aAddress, in HandleLinkMetricsReport()
479 void LinkMetrics::HandleLinkMetricsReport(const otIp6Address *aAddress, in HandleLinkMetricsReport()
502 …LinkMetrics::HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse(const otIp6Address *aAddress, in HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse()
509 …LinkMetrics::HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse(const otIp6Address *aAddress, in HandleLinkMetricsConfigForwardTrackingSeriesMgmtResponse()
521 void LinkMetrics::HandleLinkMetricsConfigEnhAckProbingMgmtResponse(const otIp6Address *aAddress, in HandleLinkMetricsConfigEnhAckProbingMgmtResponse()
528 void LinkMetrics::HandleLinkMetricsConfigEnhAckProbingMgmtResponse(const otIp6Address *aAddress, in HandleLinkMetricsConfigEnhAckProbingMgmtResponse()
540 void LinkMetrics::HandleLinkMetricsMgmtResponse(const otIp6Address *aAddress, otLinkMetricsStatus a… in HandleLinkMetricsMgmtResponse()
H A Dcli_utils.cpp163 void Utils::OutputIp6Address(const otIp6Address &aAddress) in OutputIp6Address()
172 void Utils::OutputIp6AddressLine(const otIp6Address &aAddress) in OutputIp6AddressLine()
590 otError Utils::ParseToIp6Address(otInstance *aInstance, const Arg &aArg, otIp6Address &aAddress, bo… in ParseToIp6Address()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dslaac_address.cpp105 Error Slaac::FindDomainIdFor(const Ip6::Address &aAddress, uint8_t &aDomainId) const in FindDomainIdFor() argument
222 void Slaac::DeprecateAddress(SlaacAddress &aAddress) in DeprecateAddress()
243 void Slaac::RemoveAddress(SlaacAddress &aAddress) in RemoveAddress()
384 Error Slaac::GenerateIid(Ip6::Netif::UnicastAddress &aAddress, uint8_t &aDadCounter) const in GenerateIid()
441 void Slaac::LogAddress(Action aAction, const SlaacAddress &aAddress) in LogAddress()
H A Dlink_metrics_manager.cpp212 void LinkMetricsManager::HandleMgmtResponse(const otIp6Address *aAddress, otLinkMetricsStatus aStat… in HandleMgmtResponse()
217 void LinkMetricsManager::HandleMgmtResponse(const otIp6Address *aAddress, otLinkMetricsStatus aStat… in HandleMgmtResponse()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_lowpan.hpp76 void SetMacSource(const uint8_t *aAddress) { mMacAddrs.mSource.SetExtended(aAddress); } in SetMacSource()
84 void SetMacSource(uint16_t aAddress) { mMacAddrs.mSource.SetShort(aAddress); } in SetMacSource()
92 … void SetMacDestination(const uint8_t *aAddress) { mMacAddrs.mDestination.SetExtended(aAddress); } in SetMacDestination()
100 void SetMacDestination(uint16_t aAddress) { mMacAddrs.mDestination.SetShort(aAddress); } in SetMacDestination()
/aosp_15_r20/external/openthread/src/core/backbone_router/
H A Dbackbone_tmf.cpp128 void BackboneTmfAgent::SubscribeMulticast(const Ip6::Address &aAddress) in SubscribeMulticast()
135 void BackboneTmfAgent::UnsubscribeMulticast(const Ip6::Address &aAddress) in UnsubscribeMulticast()
142 void BackboneTmfAgent::LogError(const char *aText, const Ip6::Address &aAddress, Error aError) const in LogError() argument
H A Dmulticast_listeners_table.cpp54 Error MulticastListenersTable::Add(const Ip6::Address &aAddress, Time aExpireTime) in Add()
88 void MulticastListenersTable::Remove(const Ip6::Address &aAddress) in Remove()
143 const Ip6::Address &aAddress, in Log()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_service.hpp177 Error AddDnsSrpUnicastServiceWithAddrInServiceData(const Ip6::Address &aAddress, uint16_t aPort) in AddDnsSrpUnicastServiceWithAddrInServiceData()
192 …Error RemoveDnsSrpUnicastServiceWithAddrInServiceData(const Ip6::Address &aAddress, uint16_t aPort) in RemoveDnsSrpUnicastServiceWithAddrInServiceData()
207 Error AddDnsSrpUnicastServiceWithAddrInServerData(const Ip6::Address &aAddress, uint16_t aPort) in AddDnsSrpUnicastServiceWithAddrInServerData()
372 ServerData(const Ip6::Address &aAddress, uint16_t aPort) in ServerData()
H A Dnetwork_data_publisher.hpp157 void PublishDnsSrpServiceUnicast(const Ip6::Address &aAddress, uint16_t aPort) in PublishDnsSrpServiceUnicast()
418 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress()
421 static Info InfoUnicast(Type aType, const Ip6::Address &aAddress, uint16_t aPort) in InfoUnicast()
H A Dchild.cpp192 Error Child::AddIp6Address(const Ip6::Address &aAddress) in AddIp6Address()
212 Error Child::RemoveIp6Address(const Ip6::Address &aAddress) in RemoveIp6Address()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dsimul_utils.c62 static bool IsAddressLinkLocal(const struct in6_addr *aAddress) in IsAddressLinkLocal()
140 void InitTxSocketIp6(utilsSocket *aSocket, const struct in6_addr *aAddress, unsigned int aIfIndex) in InitTxSocketIp6()
177 static void InitTxSocketIp4(utilsSocket *aSocket, const struct in_addr *aAddress) in InitTxSocketIp4()
H A Dmdns_socket.c342 …tMdnsSendUnicast(otInstance *aInstance, otMessage *aMessage, const otPlatMdnsAddressInfo *aAddress) in otPlatMdnsSendUnicast()
529 const otPlatMdnsAddressInfo *aAddress) in otPlatMdnsHandleReceive()
560 …tMdnsSendUnicast(otInstance *aInstance, otMessage *aMessage, const otPlatMdnsAddressInfo *aAddress) in otPlatMdnsSendUnicast()
/aosp_15_r20/external/ot-br-posix/src/mdns/
H A Dmdns_mdnssd.cpp1248const struct sockaddr *aAddress, in HandleGetAddrInfoResult()
1261const struct sockaddr *aAddress, in HandleGetAddrInfoResult()
1331 const struct sockaddr *aAddress, in HandleResolveResult()
1344 const struct sockaddr *aAddress, in HandleResolveResult()
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Djson.cpp127 static cJSON *IpAddr2Json(const otIp6Address &aAddress) in IpAddr2Json()
134 static cJSON *IpPrefix2Json(const otIp6NetworkPrefix &aAddress) in IpPrefix2Json()
349 std::string IpAddr2JsonString(const otIp6Address &aAddress) in IpAddr2JsonString()

1234