Searched refs:UnicastAddress (Results 1 – 19 of 19) sorted by relevance
81 class UnicastAddress : public otNetifAddress, class in ot::Ip6::Netif82 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 …]
48 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 …]
102 Ip6::Netif::UnicastAddress mNetifAddress;112 static bool MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress,
79 Ip6::Netif::UnicastAddress mAloc;
133 Ip6::Netif::UnicastAddress &GetAloc(void) { return mAloc; } in GetAloc()179 Ip6::Netif::UnicastAddress mAloc;
290 const Netif::UnicastAddress *SelectSourceAddress(MessageInfo &aMessageInfo);
224 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()
60 bool Client::MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress, const Ip6… in MatchNetifAddressWithPrefix()
141 Error GenerateIid(Ip6::Netif::UnicastAddress &aAddress,166 const Ip6::Netif::UnicastAddress & aAddr);170 Ip6::Netif::UnicastAddress mAddresses[OPENTHREAD_CONFIG_IP6_SLAAC_NUM_ADDRESSES];
136 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()
1597 Ip6::Netif::UnicastAddress mLeaderAloc; ///< Leader anycast locator1892 Ip6::Netif::UnicastAddress mServiceAlocs[kMaxServiceAlocs];1897 Ip6::Netif::UnicastAddress mLinkLocal64;1898 Ip6::Netif::UnicastAddress mMeshLocal64;1899 Ip6::Netif::UnicastAddress mMeshLocal16;
237 Ip6::Netif::UnicastAddress mDomainUnicastAddress;
193 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList()202 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList()
133 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()
729 for (const Ip6::Netif::UnicastAddress &address : Get<ThreadNetif>().GetUnicastAddresses()) in HandleAddressError()
283 Ip6::Netif::UnicastAddress mBackboneRouterPrimaryAloc;
90 *static_cast<const Ip6::Netif::UnicastAddress *>(aAddress)); in otIp6AddUnicastAddress()271 const Ip6::Netif::UnicastAddress *netifAddr; in otIp6SelectSourceAddress()
193 Ip6::Netif::UnicastAddress mCommissionerAloc;
465 Ip6::Netif::UnicastAddress mCommissionerAloc;