Searched refs:hostInfo (Results 1 – 3 of 3) sorted by relevance
935 Dnssd::Host hostInfo; in RegisterHost() local955 hostInfo.Clear(); in RegisterHost()956 hostInfo.mHostName = hostName; in RegisterHost()957 hostInfo.mAddresses = hostAddresses.AsCArray(); in RegisterHost()958 hostInfo.mAddressesLength = hostAddresses.GetLength(); in RegisterHost()959 hostInfo.mTtl = aHost.GetTtl(); in RegisterHost()960 hostInfo.mInfraIfIndex = Get<BorderRouter::InfraIf>().GetIfIndex(); in RegisterHost()962 Get<Dnssd>().RegisterHost(hostInfo, aHost.mAdvId, HandleRegistered); in RegisterHost()973 Dnssd::Host hostInfo; in UnregisterHost() local984 hostInfo.Clear(); in UnregisterHost()[all …]
295 const otSrpClientHostInfo *hostInfo = otSrpClientGetHostInfo(GetInstancePtr()); in Process() local297 if (hostInfo->mAutoAddress) in Process()303 for (uint8_t index = 0; index < hostInfo->mNumAddresses; index++) in Process()305 OutputIp6AddressLine(hostInfo->mAddresses[index]); in Process()
3771 const otSrpClientHostInfo *hostInfo = otSrpClientGetHostInfo(mInstance); in HandlePropertyGet() local3773 for (uint8_t index = 0; index < hostInfo->mNumAddresses; index++) in HandlePropertyGet()3775 SuccessOrExit(error = mEncoder.WriteIp6Address(hostInfo->mAddresses[index])); in HandlePropertyGet()