| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_packet_data_retrieve.c | 78 UCHAR *destination_ptr; in _nx_packet_data_retrieve() local 85 destination_ptr = buffer_start; in _nx_packet_data_retrieve() 105 …memcpy(destination_ptr, packet_ptr -> nx_packet_prepend_ptr, bytes_to_copy); /* Use case of memcpy… in _nx_packet_data_retrieve() 108 destination_ptr += bytes_to_copy; in _nx_packet_data_retrieve()
|
| D | nx_packet_data_extract_offset.c | 88 UCHAR *destination_ptr; in _nx_packet_data_extract_offset() local 159 destination_ptr = buffer_start; in _nx_packet_data_extract_offset() 189 …memcpy(destination_ptr, source_ptr, bytes_to_copy); /* Use case of memcpy is verified. lgtm[cpp/ba… in _nx_packet_data_extract_offset() 192 destination_ptr += bytes_to_copy; in _nx_packet_data_extract_offset()
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.h | 680 UINT nx_snmp_object_counter_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 682 UINT nx_snmp_object_counter64_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 685 UINT nx_snmp_object_gauge_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 687 UINT nx_snmp_object_id_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 689 UINT nx_snmp_object_integer_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 691 UINT nx_snmp_object_ip_address_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 694 UINT nx_snmp_object_ipv6_address_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 699 UINT nx_snmp_object_octet_string_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 701 UINT nx_snmp_object_string_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); 703 UINT nx_snmp_object_timetics_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data); [all …]
|
| D | nxd_snmp.c | 10814 UINT _nxe_snmp_object_counter_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data) in _nxe_snmp_object_counter_set() argument 10821 if ((destination_ptr == NX_NULL) || (object_data == NX_NULL)) in _nxe_snmp_object_counter_set() 10825 status = _nx_snmp_object_counter_set(destination_ptr, object_data); in _nxe_snmp_object_counter_set() 10873 UINT _nx_snmp_object_counter_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data) in _nx_snmp_object_counter_set() argument 10888 value_ptr = (ULONG *) destination_ptr; in _nx_snmp_object_counter_set() 11062 UINT _nxe_snmp_object_counter64_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data) in _nxe_snmp_object_counter64_set() argument 11069 if ((destination_ptr == NX_NULL) || (object_data == NX_NULL)) in _nxe_snmp_object_counter64_set() 11073 status = _nx_snmp_object_counter64_set(destination_ptr, object_data); in _nxe_snmp_object_counter64_set() 11121 UINT _nx_snmp_object_counter64_set(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data) in _nx_snmp_object_counter64_set() argument 11136 value_ptr = (ULONG *) destination_ptr; in _nx_snmp_object_counter64_set() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/snmp_test/ |
| D | small_mib_helper.h | 36 UINT (*object_set_callback)(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data);
|
| D | netx_snmp_no_security_function_test.c | 48 UINT (*object_set_callback)(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data);
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcp_client.h | 645 …_user_option_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destin… 665 …eve(NX_DHCP *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destin… 706 …_user_option_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destin… 707 …_user_option_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destin… 746 …eve(NX_DHCP *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destin… 747 …eve(NX_DHCP *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destin…
|
| D | nxd_dhcp_client.c | 4210 UINT _nxe_dhcp_user_option_retrieve(NX_DHCP *dhcp_ptr, UINT option_request, UCHAR *destination_ptr… in _nxe_dhcp_user_option_retrieve() argument 4218 (destination_ptr == NX_NULL) || (destination_size == NX_NULL)) in _nxe_dhcp_user_option_retrieve() 4225 …status = _nx_dhcp_user_option_retrieve(dhcp_ptr, option_request, destination_ptr, destination_siz… in _nxe_dhcp_user_option_retrieve() 4283 UINT _nx_dhcp_user_option_retrieve(NX_DHCP *dhcp_ptr, UINT option_request, UCHAR *destination_ptr,… in _nx_dhcp_user_option_retrieve() argument 4303 … option_request, destination_ptr, destination_size); in _nx_dhcp_user_option_retrieve() 4514 …eve(NX_DHCP *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destin… in _nxe_dhcp_interface_user_option_retrieve() argument 4522 (destination_ptr == NX_NULL) || (destination_size == NX_NULL)) in _nxe_dhcp_interface_user_option_retrieve() 4535 …nterface_user_option_retrieve(dhcp_ptr, iface_index, option_request, destination_ptr, destination_… in _nxe_dhcp_interface_user_option_retrieve() 4597 …eve(NX_DHCP *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destin… in _nx_dhcp_interface_user_option_retrieve() argument 4683 long_ptr = (ULONG *) destination_ptr; in _nx_dhcp_interface_user_option_retrieve() [all …]
|
| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.h | 517 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 536 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 568 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 578 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 647 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 652 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
|
| D | nxd_http_server.c | 118 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… in _nxe_http_server_content_get() argument 126 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_http_server_content_get() 133 …status = _nx_http_server_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, destin… in _nxe_http_server_content_get() 190 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… in _nx_http_server_content_get() argument 337 *destination_ptr++ = *buffer_ptr++; in _nx_http_server_content_get() 836 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_http_server_content_get_extended() argument 844 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_http_server_content_get_extended() 851 …ttp_server_content_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_… in _nxe_http_server_content_get_extended() 919 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_http_server_content_get_extended() argument 1080 *destination_ptr++ = *buffer_ptr++; in _nx_http_server_content_get_extended()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_snmp_helper.h | 29 UINT (*object_set_callback)(VOID *destination_ptr, NX_SNMP_OBJECT_DATA *object_data);
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.h | 467 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 503 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 546 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 572 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 671 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… 675 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
|
| D | nx_web_http_server.c | 124 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… in _nxe_web_http_server_content_get() argument 132 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_web_http_server_content_get() 139 …status = _nx_web_http_server_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, de… in _nxe_web_http_server_content_get() 195 …_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destina… in _nx_web_http_server_content_get() argument 200 …ttp_server_content_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_… in _nx_web_http_server_content_get() 685 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_web_http_server_content_get_extended() argument 693 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_web_http_server_content_get_extended() 700 …ttp_server_content_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_… in _nxe_web_http_server_content_get_extended() 764 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_web_http_server_content_get_extended() argument 989 *destination_ptr++ = *buffer_ptr++; in _nx_web_http_server_content_get_extended()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 9590 UCHAR *destination_ptr; in nx_packet_data_extract_offset() local 9652 destination_ptr = buffer_start; in nx_packet_data_extract_offset() 9679 memcpy(destination_ptr, source_ptr, bytes_to_copy); /* Use case of memcpy is verified. */ in nx_packet_data_extract_offset() 9682 destination_ptr += bytes_to_copy; in nx_packet_data_extract_offset()
|