Lines Matching refs:tmp_response
201 CFG_GET_CODE_VERSIONS_RESPONSE *tmp_response = (CFG_GET_CODE_VERSIONS_RESPONSE *)readBuffer; in GetCodeVersions() local
202 status = _verifyCodeVersions(*tmp_response); in GetCodeVersions()
208 memcpy(&codeVersions, &(tmp_response->CodeVersions), sizeof(CODE_VERSIONS)); in GetCodeVersions()
240 …CFG_GET_PROVISIONING_MODE_RESPONSE *tmp_response = (CFG_GET_PROVISIONING_MODE_RESPONSE *)readBuffe… in GetProvisioningMode() local
242 mode = tmp_response->ProvisioningMode; in GetProvisioningMode()
264 …CFG_GET_PROVISIONING_MODE_RESPONSE *tmp_response = (CFG_GET_PROVISIONING_MODE_RESPONSE *)readBuffe… in GetProvisioningMode() local
266 mode = tmp_response->ProvisioningMode; in GetProvisioningMode()
267 legacy = tmp_response->LegacyMode; in GetProvisioningMode()
299 …CFG_GET_PROVISIONING_STATE_RESPONSE *tmp_response = (CFG_GET_PROVISIONING_STATE_RESPONSE *)readBuf… in GetProvisioningState() local
301 state = tmp_response->ProvisioningState; in GetProvisioningState()
339 CFG_GET_FEATURES_STATE_RESPONSE *tmp_response = (CFG_GET_FEATURES_STATE_RESPONSE *)readBuffer; in GetFeaturesState() local
347 redirectionState = tmp_response->Data.rs; in GetFeaturesState()
353 systemDefenseState = tmp_response->Data.sd; in GetFeaturesState()
358 webUIState = tmp_response->Data.webUI; in GetFeaturesState()
396 …CFG_GET_LAST_HOST_RESET_REASON_RESPONSE *tmp_response = (CFG_GET_LAST_HOST_RESET_REASON_RESPONSE *… in GetLastHostResetReason() local
398 reason = tmp_response->Reason; in GetLastHostResetReason()
399 remoteControlTimeStamp = tmp_response->RemoteControlTimeStamp; in GetLastHostResetReason()
430 …CFG_GET_CURRENT_POWER_POLICY_RESPONSE *tmp_response = (CFG_GET_CURRENT_POWER_POLICY_RESPONSE *)rea… in GetCurrentPowerPolicy() local
431 status = _verifyCurrentPowerPolicy(*tmp_response); in GetCurrentPowerPolicy()
437 policyName.Length = tmp_response->PolicyName.Length; in GetCurrentPowerPolicy()
442 memcpy(policyName.Buffer, &(tmp_response->PolicyName.Buffer), in GetCurrentPowerPolicy()
498 …CFG_GET_LAN_INTERFACE_SETTINGS_RESPONSE *tmp_response = (CFG_GET_LAN_INTERFACE_SETTINGS_RESPONSE *… in GetLanInterfaceSettings() local
500 lanSettings.Enabled = tmp_response->Enabled; in GetLanInterfaceSettings()
501 lanSettings.Ipv4Address = tmp_response->Ipv4Address; in GetLanInterfaceSettings()
502 lanSettings.DhcpEnabled = tmp_response->DhcpEnabled; in GetLanInterfaceSettings()
503 lanSettings.DhcpIpMode = tmp_response->DhcpIpMode; in GetLanInterfaceSettings()
504 lanSettings.LinkStatus = tmp_response->LinkStatus; in GetLanInterfaceSettings()
505 memcpy(lanSettings.MacAddress, tmp_response->MacAddress, sizeof(tmp_response->MacAddress)); in GetLanInterfaceSettings()
552 …CFG_GET_SECURITY_PARAMETERS_RESPONSE *tmp_response = (CFG_GET_SECURITY_PARAMETERS_RESPONSE *)readB… in GetTLSEnabled() local
554 tlsEnabled = tmp_response->TLSEnabled; in GetTLSEnabled()
585 CFG_GET_DNS_SUFFIX_LIST_RESPONSE *tmp_response = (CFG_GET_DNS_SUFFIX_LIST_RESPONSE *)readBuffer; in GetDNSSuffixList() local
586 status = _verifyGetDNSSuffixList(*tmp_response); in GetDNSSuffixList()
592 char *current = (char *)tmp_response->Data; in GetDNSSuffixList()
593 while (current < (char *)tmp_response->Data + tmp_response->DataLength) in GetDNSSuffixList()
596 if (dnsSuffix.length() > tmp_response->DataLength) in GetDNSSuffixList()
688 STATE_GET_AMT_STATE_RESPONSE *tmp_response = (STATE_GET_AMT_STATE_RESPONSE *)readBuffer; in GetFWResetReason() local
690 MEResetReason = tmp_response->StateData.LastMEResetReason; in GetFWResetReason()
760 …CFG_GET_REMOTE_ACCESS_CONNECTION_STATUS_RESPONSE *tmp_response = (CFG_GET_REMOTE_ACCESS_CONNECTION… in GetRemoteAccessConnectionStatus() local
761 status = _verifyRemoteAccessConnectionStatus(*tmp_response); in GetRemoteAccessConnectionStatus()
767 remoteAccessStatus.AmtNetworkConnectionStatus = tmp_response->AmtNetworkConnectionStatus; in GetRemoteAccessConnectionStatus()
768 remoteAccessStatus.RemoteAccessConnectionStatus = tmp_response->RemoteAccessConnectionStatus; in GetRemoteAccessConnectionStatus()
769 remoteAccessStatus.RemoteAccessConnectionTrigger = tmp_response->RemoteAccessConnectionTrigger; in GetRemoteAccessConnectionStatus()
771 remoteAccessStatus.MpsHostname.Length = tmp_response->MpsHostname.Length; in GetRemoteAccessConnectionStatus()
777 &(tmp_response->MpsHostname.Buffer), in GetRemoteAccessConnectionStatus()
778 tmp_response->MpsHostname.Length * sizeof(CHAR)); in GetRemoteAccessConnectionStatus()
850 CFG_GET_RNG_SEED_STATUS_RESPONSE *tmp_response = (CFG_GET_RNG_SEED_STATUS_RESPONSE *)readBuffer; in GetRngSeedStatus() local
852 rngStatus = tmp_response->RngStatus; in GetRngSeedStatus()
879 …CFG_GET_ZERO_TOUCH_ENABLED_RESPONSE *tmp_response = (CFG_GET_ZERO_TOUCH_ENABLED_RESPONSE *)readBuf… in GetZeroTouchEnabled() local
881 zeroTouchEnabled = tmp_response->ZeroTouchEnabled; in GetZeroTouchEnabled()
908 …CFG_GET_PROVISIONING_TLS_MODE_RESPONSE *tmp_response = (CFG_GET_PROVISIONING_TLS_MODE_RESPONSE *)r… in GetProvisioningTlsMode() local
910 provisioningTlsMode = tmp_response->ProvisioningTlsMode; in GetProvisioningTlsMode()
1056 CFG_GET_HASH_HANDLES_RESPONSE *tmp_response = (CFG_GET_HASH_HANDLES_RESPONSE *)readBuffer; in EnumerateHashHandles() local
1057 status = _verifyHashHandles(*tmp_response); in EnumerateHashHandles()
1064 hashHandles.Length = tmp_response->HashHandles.Length; in EnumerateHashHandles()
1071 …memcpy(hashHandles.Handles, tmp_response->HashHandles.Handles, sizeof(UINT32) * hashHandles.Length… in EnumerateHashHandles()
1124 CFG_GET_CERTHASH_ENTRY_RESPONSE *tmp_response = (CFG_GET_CERTHASH_ENTRY_RESPONSE *)readBuffer; in GetCertificateHashEntry() local
1125 status = _verifyGetCertificateHashEntry(*tmp_response); in GetCertificateHashEntry()
1131 hashEntry.IsActive = tmp_response->Hash.IsActive; in GetCertificateHashEntry()
1132 hashEntry.IsDefault = tmp_response->Hash.IsDefault; in GetCertificateHashEntry()
1133 hashEntry.Name.Length = tmp_response->Hash.Name.Length; in GetCertificateHashEntry()
1134 hashEntry.HashAlgorithm = tmp_response->Hash.HashAlgorithm; in GetCertificateHashEntry()
1135 …memcpy(hashEntry.CertificateHash, tmp_response->Hash.CertificateHash, sizeof(tmp_response->Hash.Ce… in GetCertificateHashEntry()
1142 …memcpy(hashEntry.Name.Buffer, &(tmp_response->Hash.Name.Buffer), hashEntry.Name.Length * sizeof(CH… in GetCertificateHashEntry()
1194 CFG_GET_PKI_FQDN_SUFFIX_RESPONSE *tmp_response = (CFG_GET_PKI_FQDN_SUFFIX_RESPONSE *)readBuffer; in GetDnsSuffix() local
1195 status = _verifyGetDnsSuffix(*tmp_response); in GetDnsSuffix()
1201 dnsSuffix.Length = tmp_response->Suffix.Length; in GetDnsSuffix()
1208 memcpy(dnsSuffix.Buffer, &(tmp_response->Suffix.Buffer), dnsSuffix.Length * sizeof(CHAR)); in GetDnsSuffix()