Home
last modified time | relevance | path

Searched refs:destination_size (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.h646 …n_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destination_size);
666 … *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size);
707 …n_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destination_size);
708 …_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destination_size);
747 … *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size);
748 …dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size);
Dnxd_dhcp_client.c4208 …on_retrieve(NX_DHCP *dhcp_ptr, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) in _nxe_dhcp_user_option_retrieve() argument
4216 (destination_ptr == NX_NULL) || (destination_size == NX_NULL)) in _nxe_dhcp_user_option_retrieve()
4223 …atus = _nx_dhcp_user_option_retrieve(dhcp_ptr, option_request, destination_ptr, destination_size); in _nxe_dhcp_user_option_retrieve()
4281 …on_retrieve(NX_DHCP *dhcp_ptr, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) in _nx_dhcp_user_option_retrieve() argument
4301 … option_request, destination_ptr, destination_size); in _nx_dhcp_user_option_retrieve()
4512 …P *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) in _nxe_dhcp_interface_user_option_retrieve() argument
4520 (destination_ptr == NX_NULL) || (destination_size == NX_NULL)) in _nxe_dhcp_interface_user_option_retrieve()
4533 …ace_user_option_retrieve(dhcp_ptr, iface_index, option_request, destination_ptr, destination_size); in _nxe_dhcp_interface_user_option_retrieve()
4595 …P *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) in _nx_dhcp_interface_user_option_retrieve() argument
4651 if (size > *destination_size) in _nx_dhcp_interface_user_option_retrieve()
[all …]
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h518 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
537 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
569 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
579 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
648 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
653 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
Dnxd_http_server.c119 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nxe_http_server_content_get() argument
134 …r_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_http_server_content_get()
191 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nx_http_server_content_get() argument
220 if (destination_size > content_length) in _nx_http_server_content_get()
224 destination_size = content_length; in _nx_http_server_content_get()
323 if (destination_size > (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr)) in _nx_http_server_content_get()
327 destination_size = (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr); in _nx_http_server_content_get()
331 remaining_bytes = destination_size; in _nx_http_server_content_get()
342 *actual_size = destination_size; in _nx_http_server_content_get()
837 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_http_server_content_get_extended() argument
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h468 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
504 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
547 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
573 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
672 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
676 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
Dnx_web_http_server.c125 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nxe_web_http_server_content_get() argument
140 …r_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_web_http_server_content_get()
196 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nx_web_http_server_content_get() argument
201 …_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nx_web_http_server_content_get()
686 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_web_http_server_content_get_extended() argument
701 …_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_web_http_server_content_get_extended()
765 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_web_http_server_content_get_extended() argument
801 if (destination_size > content_length) in _nx_web_http_server_content_get_extended()
805 destination_size = content_length; in _nx_web_http_server_content_get_extended()
965 if (destination_size > (UINT) (packet_ptr -> nx_packet_length - byte_offset)) in _nx_web_http_server_content_get_extended()
[all …]