Searched refs:UnicastAddress (Results 1 – 22 of 22) sorted by relevance
/openthread-latest/src/core/net/ |
D | netif.hpp | 103 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 …]
|
D | netif.cpp | 360 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 …]
|
D | dhcp6_client.hpp | 97 Ip6::Netif::UnicastAddress mNetifAddress; 107 static bool MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress,
|
D | dhcp6_server.hpp | 119 Ip6::Netif::UnicastAddress &GetAloc(void) { return mAloc; } in GetAloc() 162 Ip6::Netif::UnicastAddress mAloc;
|
D | nd_agent.hpp | 71 Ip6::Netif::UnicastAddress mAloc;
|
D | srp_client.cpp | 616 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()
|
D | srp_client.hpp | 1007 …leUnicastAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastAddress &aAddress); 1009 …bool ShouldHostAutoAddressRegister(const Ip6::Netif::UnicastAddress &aUnicastAddress) cons…
|
D | ip6.cpp | 1275 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()
|
D | dhcp6_client.cpp | 55 bool Client::MatchNetifAddressWithPrefix(const Ip6::Netif::UnicastAddress &aNetifAddress, const Ip6… in MatchNetifAddressWithPrefix()
|
/openthread-latest/src/core/utils/ |
D | slaac_address.hpp | 135 Error GenerateIid(Ip6::Netif::UnicastAddress &aAddress, uint8_t &aDadCounter) const; 168 class SlaacAddress : public Ip6::Netif::UnicastAddress 214 const Ip6::Netif::UnicastAddress &aAddr);
|
D | slaac_address.cpp | 159 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()
|
D | history_tracker.hpp | 397 …void RecordAddressEvent(Ip6::Netif::AddressEvent aEvent, const Ip6::Netif::UnicastAddress &aUnicas…
|
D | history_tracker.cpp | 243 const Ip6::Netif::UnicastAddress &aUnicastAddress) in RecordAddressEvent()
|
/openthread-latest/src/core/thread/ |
D | mle.hpp | 536 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;
|
D | dua_manager.hpp | 241 Ip6::Netif::UnicastAddress mDomainUnicastAddress;
|
D | mle_router.hpp | 712 Ip6::Netif::UnicastAddress mLeaderAloc;
|
D | network_diagnostic.cpp | 116 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList() 139 for (const Ip6::Netif::UnicastAddress &addr : Get<ThreadNetif>().GetUnicastAddresses()) in AppendIp6AddressList()
|
D | address_resolver.cpp | 786 for (Ip6::Netif::UnicastAddress &address : Get<ThreadNetif>().GetUnicastAddresses()) in HandleTmf()
|
D | mle.cpp | 1056 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/ |
D | bbr_local.hpp | 294 Ip6::Netif::UnicastAddress mBbrPrimaryAloc;
|
/openthread-latest/src/core/meshcop/ |
D | border_agent.hpp | 336 Ip6::Netif::UnicastAddress mCommissionerAloc;
|
D | commissioner.hpp | 467 Ip6::Netif::UnicastAddress mCommissionerAloc;
|