Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.cpp616 for (Ip6::Netif::UnicastAddress &unicastAddress : Get<ThreadNetif>().GetUnicastAddresses()) in EnableAutoHostAddress()
618 unicastAddress.mSrpRegistered = false; in EnableAutoHostAddress()
699 … for (const Ip6::Netif::UnicastAddress &unicastAddress : Get<ThreadNetif>().GetUnicastAddresses()) in ShouldUpdateHostAutoAddresses() local
701 if (&unicastAddress == &mlEid) in ShouldUpdateHostAutoAddresses()
706 if (ShouldHostAutoAddressRegister(unicastAddress) != unicastAddress.mSrpRegistered) in ShouldUpdateHostAutoAddresses()
713 … bool skip = unicastAddress.mSrpRegistered && unicastAddress.mValid && !unicastAddress.mPreferred; in ShouldUpdateHostAutoAddresses()
721 if (unicastAddress.mSrpRegistered) in ShouldUpdateHostAutoAddresses()
1513 for (Ip6::Netif::UnicastAddress &unicastAddress : Get<ThreadNetif>().GetUnicastAddresses()) in AppendHostDescriptionInstruction()
1515 if (ShouldHostAutoAddressRegister(unicastAddress)) in AppendHostDescriptionInstruction()
1517 SuccessOrExit(error = AppendAaaaRecord(unicastAddress.GetAddress(), aInfo)); in AppendHostDescriptionInstruction()
[all …]