Home
last modified time | relevance | path

Searched refs:destination_object_name (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.h677 UINT nx_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name);
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);
Dnxd_snmp.c10424 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
10503 destination_object_name[i] = source_object_name[i]; in _nx_snmp_object_copy()
10510 destination_object_name[i] = NX_NULL; in _nx_snmp_object_copy()