| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcp_client.h | 645 …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);
|
| D | nxd_dhcp_client.c | 4210 …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/ |
| D | nxd_http_server.h | 517 …_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);
|
| D | nxd_http_server.c | 118 …_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/ |
| D | nx_web_http_server.h | 467 …_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);
|
| D | nx_web_http_server.c | 124 …_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 …]
|