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.h645 …n_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destination_size);
665 … *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size);
706 …n_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destination_size);
707 …_retrieve(NX_DHCP *dhcp_ptr, UINT request_option, UCHAR *destination_ptr, UINT *destination_size);
746 … *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size);
747 …dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size);
Dnxd_dhcp_client.c4210 …on_retrieve(NX_DHCP *dhcp_ptr, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) in _nxe_dhcp_user_option_retrieve() argument
4218 (destination_ptr == NX_NULL) || (destination_size == NX_NULL)) in _nxe_dhcp_user_option_retrieve()
4225 …atus = _nx_dhcp_user_option_retrieve(dhcp_ptr, option_request, destination_ptr, destination_size); in _nxe_dhcp_user_option_retrieve()
4283 …on_retrieve(NX_DHCP *dhcp_ptr, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) in _nx_dhcp_user_option_retrieve() argument
4303 … option_request, destination_ptr, destination_size); in _nx_dhcp_user_option_retrieve()
4514 …P *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) 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 …ace_user_option_retrieve(dhcp_ptr, iface_index, option_request, destination_ptr, destination_size); in _nxe_dhcp_interface_user_option_retrieve()
4597 …P *dhcp_ptr, UINT iface_index, UINT option_request, UCHAR *destination_ptr, UINT *destination_size) in _nx_dhcp_interface_user_option_retrieve() argument
4653 if (size > *destination_size) in _nx_dhcp_interface_user_option_retrieve()
[all …]
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h517 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
536 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
568 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
578 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
647 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
652 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
Dnxd_http_server.c118 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nxe_http_server_content_get() argument
133 …r_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_http_server_content_get()
190 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nx_http_server_content_get() argument
219 if (destination_size > content_length) in _nx_http_server_content_get()
223 destination_size = content_length; in _nx_http_server_content_get()
322 if (destination_size > (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr)) in _nx_http_server_content_get()
326 destination_size = (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr); in _nx_http_server_content_get()
330 remaining_bytes = destination_size; in _nx_http_server_content_get()
341 *actual_size = destination_size; in _nx_http_server_content_get()
836 … 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.h467 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
503 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
546 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
572 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
671 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual…
675 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
Dnx_web_http_server.c124 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nxe_web_http_server_content_get() argument
139 …r_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_web_http_server_content_get()
195 …_PACKET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual… in _nx_web_http_server_content_get() argument
200 …_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); 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
700 …_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); 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
800 if (destination_size > content_length) in _nx_web_http_server_content_get_extended()
804 destination_size = content_length; in _nx_web_http_server_content_get_extended()
964 if (destination_size > (UINT) (packet_ptr -> nx_packet_length - byte_offset)) in _nx_web_http_server_content_get_extended()
[all …]