Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnetif.hpp103 class UnicastAddress : public otNetifAddress, class in ot::Ip6::Netif
104 public LinkedListEntry<UnicastAddress>,
105 public Clearable<UnicastAddress>
107 friend class LinkedList<UnicastAddress>;
205 … const UnicastAddress *GetNext(void) const { return static_cast<const UnicastAddress *>(mNext); } in GetNext()
212 UnicastAddress *GetNext(void) { return static_cast<UnicastAddress *>(AsNonConst(mNext)); } in GetNext()
366 const LinkedList<UnicastAddress> &GetUnicastAddresses(void) const { return mUnicastAddresses; } in GetUnicastAddresses()
373 LinkedList<UnicastAddress> &GetUnicastAddresses(void) { return mUnicastAddresses; } in GetUnicastAddresses()
385 void AddUnicastAddress(UnicastAddress &aAddress);
397 void RemoveUnicastAddress(UnicastAddress &aAddress);
[all …]
Dnetif.cpp360 void Netif::AddUnicastAddress(UnicastAddress &aAddress) in AddUnicastAddress()
374 void Netif::RemoveUnicastAddress(UnicastAddress &aAddress) in RemoveUnicastAddress()
384 void Netif::UpdatePreferredFlagOn(UnicastAddress &aAddress, bool aPreferred) in UpdatePreferredFlagOn()
397 void Netif::SignalUnicastAddressChange(AddressEvent aEvent, const UnicastAddress &aAddress) in SignalUnicastAddressChange()
434 Error Netif::AddExternalUnicastAddress(const UnicastAddress &aAddress) in AddExternalUnicastAddress()
437 UnicastAddress *entry; in AddExternalUnicastAddress()
474 UnicastAddress *entry; in RemoveExternalUnicastAddress()
475 UnicastAddress *prev; in RemoveExternalUnicastAddress()
494 UnicastAddress *next; in RemoveAllExternalUnicastAddresses()
496 for (UnicastAddress *entry = mUnicastAddresses.GetHead(); entry != nullptr; entry = next) in RemoveAllExternalUnicastAddresses()
[all …]
Ddhcp6_client.hpp97 Ip6::Netif::UnicastAddress mNetifAddress;
107 static bool MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress,
Ddhcp6_server.hpp119 Ip6::Netif::UnicastAddress &GetAloc(void) { return mAloc; } in GetAloc()
162 Ip6::Netif::UnicastAddress mAloc;
Dnd_agent.hpp71 Ip6::Netif::UnicastAddress mAloc;
Dsrp_client.cpp616 for (Ip6::Netif::UnicastAddress &unicastAddress : Get<ThreadNetif>().GetUnicastAddresses()) in EnableAutoHostAddress()
644 …dleUnicastAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastAddress &aAddress) in HandleUnicastAddressEvent()
684 Ip6::Netif::UnicastAddress &mlEid = Get<Mle::Mle>().GetMeshLocalEidUnicastAddress(); in ShouldUpdateHostAutoAddresses()
699 … for (const Ip6::Netif::UnicastAddress &unicastAddress : Get<ThreadNetif>().GetUnicastAddresses()) in ShouldUpdateHostAutoAddresses()
743 bool Client::ShouldHostAutoAddressRegister(const Ip6::Netif::UnicastAddress &aUnicastAddress) const in ShouldHostAutoAddressRegister()
1513 for (Ip6::Netif::UnicastAddress &unicastAddress : Get<ThreadNetif>().GetUnicastAddresses()) in AppendHostDescriptionInstruction()
1529 Ip6::Netif::UnicastAddress &mlEid = Get<Mle::Mle>().GetMeshLocalEidUnicastAddress(); in AppendHostDescriptionInstruction()
Dsrp_client.hpp1007 …leUnicastAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastAddress &aAddress);
1009 …bool ShouldHostAutoAddressRegister(const Ip6::Netif::UnicastAddress &aUnicastAddress) cons…
Dip6.cpp1275 const Netif::UnicastAddress *bestAddr = nullptr; in SelectSourceAddress()
1278 for (const Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in SelectSourceAddress()
1367 for (const Netif::UnicastAddress &unicastAddr : Get<ThreadNetif>().GetUnicastAddresses()) in IsOnLink()
Ddhcp6_client.cpp55 bool Client::MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress, const Ip6… in MatchNetifAddressWithPrefix()
/openthread-latest/src/core/utils/
Dslaac_address.hpp135 Error GenerateIid(Ip6::Netif::UnicastAddress &aAddress, uint8_t &aDadCounter) const;
168 class SlaacAddress : public Ip6::Netif::UnicastAddress
214 const Ip6::Netif::UnicastAddress &aAddr);
Dslaac_address.cpp159 const Ip6::Netif::UnicastAddress &aAddr) in DoesConfigMatchNetifAddr()
290 for (const Ip6::Netif::UnicastAddress &netifAddr : Get<ThreadNetif>().GetUnicastAddresses()) in AddAddresses()
406 Error Slaac::GenerateIid(Ip6::Netif::UnicastAddress &aAddress, uint8_t &aDadCounter) const in GenerateIid()
Dhistory_tracker.hpp397 …void RecordAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastAddress &aUnicas…
Dhistory_tracker.cpp243 const Ip6::Netif::UnicastAddress &aUnicastAddress) in RecordAddressEvent()
/openthread-latest/src/core/thread/
Dmle.hpp536 Ip6::Netif::UnicastAddress &GetMeshLocalEidUnicastAddress(void) { return mMeshLocalEid; } in GetMeshLocalEidUnicastAddress()
1238 class ServiceAloc : public Ip6::Netif::UnicastAddress
1516 Ip6::Netif::UnicastAddress mLinkLocalAddress;
1517 Ip6::Netif::UnicastAddress mMeshLocalEid;
1518 Ip6::Netif::UnicastAddress mMeshLocalRloc;
Ddua_manager.hpp241 Ip6::Netif::UnicastAddress mDomainUnicastAddress;
Dmle_router.hpp712 Ip6::Netif::UnicastAddress mLeaderAloc;
Dnetwork_diagnostic.cpp116 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList()
139 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList()
Daddress_resolver.cpp786 for (Ip6::Netif::UnicastAddress &address : Get<ThreadNetif>().GetUnicastAddresses()) in HandleTmf()
Dmle.cpp1056 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in HasUnregisteredAddress()
4987 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendAddressRegistrationTlv()
/openthread-latest/src/core/backbone_router/
Dbbr_local.hpp294 Ip6::Netif::UnicastAddress mBbrPrimaryAloc;
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp336 Ip6::Netif::UnicastAddress mCommissionerAloc;
Dcommissioner.hpp467 Ip6::Netif::UnicastAddress mCommissionerAloc;