Lines Matching refs:GetAddress
97 LogInfo("%s", GetAddress(index).ToString().AsCString()); in SetAddresses()
409 … LogInfo("Failed to connect to server %s: %s", aServerSockAddr.GetAddress().ToString().AsCString(), in Start()
749 VerifyOrExit(!aUnicastAddress.GetAddress().IsLinkLocalUnicast()); in ShouldHostAutoAddressRegister()
750 VerifyOrExit(!Get<Mle::Mle>().IsMeshLocalAddress(aUnicastAddress.GetAddress())); in ShouldHostAutoAddressRegister()
956 info.SetServerAddress(GetServerAddress().GetAddress()); in ChangeHostAndServiceStates()
1517 SuccessOrExit(error = AppendAaaaRecord(unicastAddress.GetAddress(), aInfo)); in AppendHostDescriptionInstruction()
1531 SuccessOrExit(error = AppendAaaaRecord(mlEid.GetAddress(), aInfo)); in AppendHostDescriptionInstruction()
1540 SuccessOrExit(error = AppendAaaaRecord(mHostInfo.GetAddress(index), aInfo)); in AppendHostDescriptionInstruction()
2331 if (serverSockAddr.GetAddress().IsUnspecified()) in ProcessAutoStart()
2425 … if (hasSavedServerInfo && (unicastInfo.mSockAddr.GetAddress() == savedInfo.GetServerAddress()) && in SelectUnicastEntry()
2443 preferNewEntry = (unicastInfo.mSockAddr.GetAddress() < aInfo.mSockAddr.GetAddress()); in SelectUnicastEntry()
2537 if (!serverSockAddr.GetAddress().IsUnspecified() && (GetServerAddress() != serverSockAddr)) in SelectNextServer()