Searched refs:hostInfo (Results 1 – 2 of 2) sorted by relevance
161 const otSrpClientHostInfo *hostInfo = otSrpClientGetHostInfo(GetInstancePtr()); in Process() local163 if (hostInfo->mAutoAddress) in Process()169 for (uint8_t index = 0; index < hostInfo->mNumAddresses; index++) in Process()171 OutputIp6AddressLine(hostInfo->mAddresses[index]); in Process()
3760 const otSrpClientHostInfo *hostInfo = otSrpClientGetHostInfo(mInstance); in HandlePropertyGet() local3762 for (uint8_t index = 0; index < hostInfo->mNumAddresses; index++) in HandlePropertyGet()3764 SuccessOrExit(error = mEncoder.WriteIp6Address(hostInfo->mAddresses[index])); in HandlePropertyGet()