Home
last modified time | relevance | path

Searched refs:UnicastAddress (Results 1 – 19 of 19) sorted by relevance

/openthread-2.7.6/src/core/net/
Dnetif.hpp81 class UnicastAddress : public otNetifAddress, class in ot::Ip6::Netif
82 public LinkedListEntry<UnicastAddress>,
83 public Clearable<UnicastAddress>
85 friend class LinkedList<UnicastAddress>;
350 const LinkedList<UnicastAddress> &GetUnicastAddresses(void) const { return mUnicastAddresses; } in GetUnicastAddresses()
363 void AddUnicastAddress(UnicastAddress &aAddress);
376 void RemoveUnicastAddress(const UnicastAddress &aAddress);
398 …bool HasUnicastAddress(const UnicastAddress &aAddress) const { return mUnicastAddresses.Contains(a… in HasUnicastAddress()
409 bool IsUnicastAddressExternal(const UnicastAddress &aAddress) const;
425 Error AddExternalUnicastAddress(const UnicastAddress &aAddress);
[all …]
Dnetif.cpp48 explicit AddressInfo(const Netif::UnicastAddress &aAddress) in AddressInfo()
436 void Netif::AddUnicastAddress(UnicastAddress &aAddress) in AddUnicastAddress()
455 void Netif::RemoveUnicastAddress(const UnicastAddress &aAddress) in RemoveUnicastAddress()
472 Error Netif::AddExternalUnicastAddress(const UnicastAddress &aAddress) in AddExternalUnicastAddress()
475 UnicastAddress *entry; in AddExternalUnicastAddress()
508 UnicastAddress *entry; in RemoveExternalUnicastAddress()
509 UnicastAddress *prev; in RemoveExternalUnicastAddress()
526 UnicastAddress *next; in RemoveAllExternalUnicastAddresses()
528 for (UnicastAddress *entry = mUnicastAddresses.GetHead(); entry != nullptr; entry = next) in RemoveAllExternalUnicastAddresses()
544 bool Netif::IsUnicastAddressExternal(const UnicastAddress &aAddress) const in IsUnicastAddressExternal()
[all …]
Ddhcp6_client.hpp102 Ip6::Netif::UnicastAddress mNetifAddress;
112 static bool MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress,
Dnd_agent.hpp79 Ip6::Netif::UnicastAddress mAloc;
Ddhcp6_server.hpp133 Ip6::Netif::UnicastAddress &GetAloc(void) { return mAloc; } in GetAloc()
179 Ip6::Netif::UnicastAddress mAloc;
Dip6.hpp290 const Netif::UnicastAddress *SelectSourceAddress(MessageInfo &aMessageInfo);
Dip6.cpp224 const Netif::UnicastAddress *source; in AddTunneledMplOption()
472 const Netif::UnicastAddress *source = SelectSourceAddress(aMessageInfo); in SendDatagram()
1376 const Netif::UnicastAddress *Ip6::SelectSourceAddress(MessageInfo &aMessageInfo) in SelectSourceAddress()
1381 const Netif::UnicastAddress *rvalAddr = nullptr; in SelectSourceAddress()
1384 for (const Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in SelectSourceAddress()
1491 for (const Netif::UnicastAddress &cur : Get<ThreadNetif>().GetUnicastAddresses()) in IsOnLink()
Ddhcp6_client.cpp60 bool Client::MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress, const Ip6… in MatchNetifAddressWithPrefix()
/openthread-2.7.6/src/core/utils/
Dslaac_address.hpp141 Error GenerateIid(Ip6::Netif::UnicastAddress &aAddress,
166 const Ip6::Netif::UnicastAddress & aAddr);
170 Ip6::Netif::UnicastAddress mAddresses[OPENTHREAD_CONFIG_IP6_SLAAC_NUM_ADDRESSES];
Dslaac_address.cpp136 const Ip6::Netif::UnicastAddress & aAddr) in DoesConfigMatchNetifAddr()
154 for (Ip6::Netif::UnicastAddress &slaacAddr : mAddresses) in Update()
211 … for (const Ip6::Netif::UnicastAddress &netifAddr : Get<ThreadNetif>().GetUnicastAddresses()) in Update()
224 for (Ip6::Netif::UnicastAddress &slaacAddr : mAddresses) in Update()
254 Error Slaac::GenerateIid(Ip6::Netif::UnicastAddress &aAddress, in GenerateIid()
/openthread-2.7.6/src/core/thread/
Dmle.hpp1597 Ip6::Netif::UnicastAddress mLeaderAloc; ///< Leader anycast locator
1892 Ip6::Netif::UnicastAddress mServiceAlocs[kMaxServiceAlocs];
1897 Ip6::Netif::UnicastAddress mLinkLocal64;
1898 Ip6::Netif::UnicastAddress mMeshLocal64;
1899 Ip6::Netif::UnicastAddress mMeshLocal16;
Ddua_manager.hpp237 Ip6::Netif::UnicastAddress mDomainUnicastAddress;
Dnetwork_diagnostic.cpp193 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList()
202 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList()
Dmle.cpp133 for (Ip6::Netif::UnicastAddress &serviceAloc : mServiceAlocs) in Mle()
891 for (Ip6::Netif::UnicastAddress &serviceAloc : mServiceAlocs) in ApplyMeshLocalPrefix()
1257 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in HasUnregisteredAddress()
1323 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendAddressRegistration()
Daddress_resolver.cpp729 for (const Ip6::Netif::UnicastAddress &address : Get<ThreadNetif>().GetUnicastAddresses()) in HandleAddressError()
/openthread-2.7.6/src/core/backbone_router/
Dbbr_local.hpp283 Ip6::Netif::UnicastAddress mBackboneRouterPrimaryAloc;
/openthread-2.7.6/src/core/api/
Dip6_api.cpp90 *static_cast<const Ip6::Netif::UnicastAddress *>(aAddress)); in otIp6AddUnicastAddress()
271 const Ip6::Netif::UnicastAddress *netifAddr; in otIp6SelectSourceAddress()
/openthread-2.7.6/src/core/meshcop/
Dborder_agent.hpp193 Ip6::Netif::UnicastAddress mCommissionerAloc;
Dcommissioner.hpp465 Ip6::Netif::UnicastAddress mCommissionerAloc;