Searched refs:error_index (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.h | 852 UINT _nx_snmp_utility_error_info_get(UCHAR *buffer_ptr, UINT *error_code, UINT *error_index, INT… 853 UINT _nx_snmp_utility_error_info_set(UCHAR *buffer_ptr, UINT error_code, UINT error_index, UCHAR…
|
| D | nxd_snmp.c | 13962 UINT _nx_snmp_utility_error_info_get(UCHAR *buffer_ptr, UINT *error_code, UINT *error_index, INT b… in _nx_snmp_utility_error_info_get() argument 13970 *error_index = 0; in _nx_snmp_utility_error_info_get() 13987 *error_index = (UINT) buffer_ptr[5]; in _nx_snmp_utility_error_info_get() 13999 *error_index = 0; in _nx_snmp_utility_error_info_get() 14056 UINT _nx_snmp_utility_error_info_set(UCHAR *buffer_ptr, UINT error_code, UINT error_index, UCHAR *… in _nx_snmp_utility_error_info_set() argument 14079 *buffer_ptr++ = (UCHAR) (error_index & 0xFF); in _nx_snmp_utility_error_info_set() 17042 UCHAR *error_string_ptr, UINT error_code, UINT error_index) in _nx_snmp_version_error_response() argument 17087 …_nx_snmp_utility_error_info_set(error_string_ptr, error_code, error_index, packet_ptr -> nx_packet… in _nx_snmp_version_error_response()
|