Searched refs:destination_object_name_buffer (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.4.1/addons/snmp/ |
D | nxd_snmp.h | 678 … *source_object_name, UINT source_object_name_length, UCHAR *destination_object_name_buffer, UINT … 795 … *source_object_name, UINT source_object_name_length, UCHAR *destination_object_name_buffer, UINT … 796 … *source_object_name, UINT source_object_name_length, UCHAR *destination_object_name_buffer, UINT …
|
D | nxd_snmp.c | 10563 … UCHAR *destination_object_name_buffer, UINT destination_object_name_buffer_size) 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 …copy_extended(source_object_name, source_object_name_length, destination_object_name_buffer, desti… in _nxe_snmp_object_copy_extended() 10625 … UCHAR *destination_object_name_buffer, UINT destination_object_name_buffer_size) in _nx_snmp_object_copy_extended() argument 10644 …memcpy(destination_object_name_buffer, source_object_name, source_object_name_length + 1); /* Use … in _nx_snmp_object_copy_extended()
|