Searched refs:hostInfo (Results 1 – 2 of 2) sorted by relevance
296 const otSrpClientHostInfo *hostInfo = otSrpClientGetHostInfo(GetInstancePtr()); in Process() local298 if (hostInfo->mAutoAddress) in Process()304 for (uint8_t index = 0; index < hostInfo->mNumAddresses; index++) in Process()306 OutputIp6AddressLine(hostInfo->mAddresses[index]); in Process()
3763 const otSrpClientHostInfo *hostInfo = otSrpClientGetHostInfo(mInstance); in HandlePropertyGet() local3765 for (uint8_t index = 0; index < hostInfo->mNumAddresses; index++) in HandlePropertyGet()3767 SuccessOrExit(error = mEncoder.WriteIp6Address(hostInfo->mAddresses[index])); in HandlePropertyGet()