Searched refs:source_object_name (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.h | 677 UINT nx_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name); 678 UINT nx_snmp_object_copy_extended(UCHAR *source_object_name, UINT source_object_name_length, UCH… 793 UINT _nx_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name); 794 UINT _nxe_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name); 795 UINT _nx_snmp_object_copy_extended(UCHAR *source_object_name, UINT source_object_name_length, UC… 796 UINT _nxe_snmp_object_copy_extended(UCHAR *source_object_name, UINT source_object_name_length, U…
|
| D | nxd_snmp.c | 10424 UINT _nxe_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name) in _nxe_snmp_object_copy() argument 10431 if ((source_object_name == NX_NULL) || (destination_object_name == NX_NULL)) in _nxe_snmp_object_copy() 10435 status = _nx_snmp_object_copy(source_object_name, destination_object_name); in _nxe_snmp_object_copy() 10486 UINT _nx_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name) in _nx_snmp_object_copy() argument 10493 if (_nx_utility_string_length_check((CHAR *)source_object_name, NX_NULL, NX_MAX_STRING_LENGTH)) in _nx_snmp_object_copy() 10499 while (source_object_name[i]) in _nx_snmp_object_copy() 10503 destination_object_name[i] = source_object_name[i]; in _nx_snmp_object_copy() 10562 UINT _nxe_snmp_object_copy_extended(UCHAR *source_object_name, UINT source_object_name_length, in _nxe_snmp_object_copy_extended() argument 10568 if ((source_object_name == NX_NULL) || (destination_object_name_buffer == NX_NULL)) in _nxe_snmp_object_copy_extended() 10572 …return(_nx_snmp_object_copy_extended(source_object_name, source_object_name_length, destination_ob… in _nxe_snmp_object_copy_extended() [all …]
|