Lines Matching refs:temp

11126 LONG         temp = 0;  in _nx_snmp_object_counter64_set()  local
11141 temp = object_data -> nx_snmp_object_data_msw; in _nx_snmp_object_counter64_set()
11147 temp = object_data -> nx_snmp_object_data_msw << 8; in _nx_snmp_object_counter64_set()
11153 temp = object_data -> nx_snmp_object_data_msw << 16; in _nx_snmp_object_counter64_set()
11159 temp = object_data -> nx_snmp_object_data_msw << 24; in _nx_snmp_object_counter64_set()
11167 value_ptr[1] = (ULONG)(object_data -> nx_snmp_object_data_lsw + temp); in _nx_snmp_object_counter64_set()
13707 UINT temp = (UINT)(buffer_ptr[1] & 0x7F); in _nx_snmp_utility_community_get() local
13709 if (temp == 2) in _nx_snmp_utility_community_get()
13728 else if (temp == 1) in _nx_snmp_utility_community_get()
14146 ULONG temp; in _nx_snmp_utility_object_id_get() local
14179 temp = buffer_ptr[1] & 0x7F; in _nx_snmp_utility_object_id_get()
14182 if (temp == 2) in _nx_snmp_utility_object_id_get()
14206 else if (temp == 1) in _nx_snmp_utility_object_id_get()
14373 temp = (ULONG) (byte & ~NX_SNMP_ANS1_MULTI_BYTES); in _nx_snmp_utility_object_id_get()
14376 temp = temp * multiply; in _nx_snmp_utility_object_id_get()
14379 value = value + temp; in _nx_snmp_utility_object_id_get()
14405 temp = (ULONG) (byte & ~NX_SNMP_ANS1_MULTI_BYTES); in _nx_snmp_utility_object_id_get()
14406 value = value + temp; in _nx_snmp_utility_object_id_get()
15198 LONG temp = 0; in _nx_snmp_utility_object_data_get() local
15251 temp = -1; in _nx_snmp_utility_object_data_get()
15271 data = temp; in _nx_snmp_utility_object_data_get()
15829 UINT temp = *(buffer_ptr + 1) & 0x7F; in _nx_snmp_utility_octet_get() local
15831 if (temp == 2) in _nx_snmp_utility_octet_get()
15851 else if (temp == 1) in _nx_snmp_utility_octet_get()
17048 ULONG temp; in _nx_snmp_version_error_response() local
17096 temp = (ULONG)agent_ptr -> nx_snmp_agent_v3_message_security_options; in _nx_snmp_version_error_response()
17097 if (temp & NX_SNMP_SECURITY_PRIVACY) in _nx_snmp_version_error_response()
17117 if (temp & NX_SNMP_SECURITY_AUTHORIZE) in _nx_snmp_version_error_response()
19911 UINT temp = 0; in _nx_snmp_version_3_process() local
19919 temp = (UINT)(buffer_ptr[3] & 0x7F); in _nx_snmp_version_3_process()
19922 if (((temp != 1) && (temp !=2)) || ((UINT)buffer_length < (4 + temp))) in _nx_snmp_version_3_process()
19940 if (temp == 2) in _nx_snmp_version_3_process()
19957 if (pdu_length > (UINT)(buffer_length - 4 - (INT)temp)) in _nx_snmp_version_3_process()
21157 UINT temp, i; in _nx_snmp_version_3_report_send() local
21260 length = _nx_snmp_utility_sequence_get(buffer_ptr, &temp, buffer_length); in _nx_snmp_version_3_report_send()
21280 … sizeof(agent_ptr -> nx_snmp_agent_current_octet_string), &temp, buffer_length); in _nx_snmp_version_3_report_send()
21299 … sizeof(agent_ptr -> nx_snmp_agent_current_octet_string), &temp, buffer_length); in _nx_snmp_version_3_report_send()
22870 UINT temp = (*buffer_ptr)[1] & 0x7F; in _nx_snmp_agent_decrypt_pdu() local
22871 if (temp == 2) in _nx_snmp_agent_decrypt_pdu()
22887 else if (temp == 1) in _nx_snmp_agent_decrypt_pdu()