/NetX-Duo-v6.4.1/test/regression/web_test/ |
D | netx_https_api_test.c | 60 UINT nx_web_http_server_callback_data_send_test(VOID *stack_memory, UINT stack_size); 61 UINT nx_web_http_server_callback_response_send_test(VOID *stack_memory, UINT stack_size); 62 UINT nx_web_http_server_content_get_test(VOID *stack_memory, UINT stack_size); 63 UINT nx_web_http_server_create_test(VOID *stack_memory, UINT stack_size); 64 UINT nx_web_http_server_delete_test(VOID *stack_memory, UINT stack_size); 65 UINT nx_web_http_server_param_get_test(VOID *stack_memory, UINT stack_size); 66 UINT nx_web_http_server_query_get_test(VOID *stack_memory, UINT stack_size); 67 UINT nx_web_http_server_start_test(VOID *stack_memory, UINT stack_size); 69 UINT nx_web_http_server_secure_configure_test(VOID *stack_memory, UINT stack_size); 71 UINT nx_web_http_server_stop_test(VOID *stack_memory, UINT stack_size); [all …]
|
/NetX-Duo-v6.4.1/addons/auto_ip/ |
D | nx_auto_ip.h | 184 …AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority); 196 …AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority); 197 …AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority);
|
D | nx_auto_ip.c | 97 …_AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority) in _nxe_auto_ip_create() argument 112 status = _nx_auto_ip_create(auto_ip_ptr, name, ip_ptr, stack_ptr, stack_size, priority); in _nxe_auto_ip_create() 166 …_AUTO_IP *auto_ip_ptr, CHAR *name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority) in _nx_auto_ip_create() argument 188 stack_ptr, stack_size, priority, priority, 1, TX_DONT_START); in _nx_auto_ip_create()
|
/NetX-Duo-v6.4.1/addons/ftp/ |
D | nxd_ftp_server.h | 372 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 375 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 385 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 388 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 391 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 394 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 405 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL …
|
D | nxd_ftp_server.c | 134 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … in _nxe_ftp_server_create() argument 150 …_create(ftp_server_ptr, ftp_server_name, ip_ptr, media_ptr, stack_ptr, stack_size, pool_ptr, ftp_l… in _nxe_ftp_server_create() 160 NX_PARAMETER_NOT_USED(stack_size); in _nxe_ftp_server_create() 219 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … in _nx_ftp_server_create() argument 229 …nternal(ftp_server_ptr, ftp_server_name, ip_ptr, media_ptr, stack_ptr, stack_size, pool_ptr, NX_NU… in _nx_ftp_server_create() 243 NX_PARAMETER_NOT_USED(stack_size); in _nx_ftp_server_create() 304 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … in _nxde_ftp_server_create() argument 320 …_create(ftp_server_ptr, ftp_server_name, ip_ptr, media_ptr, stack_ptr, stack_size, pool_ptr, ftp_l… in _nxde_ftp_server_create() 377 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … in _nxd_ftp_server_create() argument 387 …nternal(ftp_server_ptr, ftp_server_name, ip_ptr, media_ptr, stack_ptr, stack_size, pool_ptr, ftp_l… in _nxd_ftp_server_create() [all …]
|
/NetX-Duo-v6.4.1/addons/tftp/ |
D | nxd_tftp_server.h | 346 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 355 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 356 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL …
|
D | nxd_tftp_server.c | 94 … FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL *pool_ptr) in _nxde_tftp_server_create() argument 121 …rver_create(tftp_server_ptr, tftp_server_name, ip_ptr, media_ptr, stack_ptr, stack_size, pool_ptr); in _nxde_tftp_server_create() 187 … FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL *pool_ptr) in _nxd_tftp_server_create() argument 230 … (ULONG) tftp_server_ptr, stack_ptr, stack_size, NX_TFTP_SERVER_PRIORITY, NX_TFTP_SERVER_PRIORITY, in _nxd_tftp_server_create()
|
/NetX-Duo-v6.4.1/addons/pppoe/ |
D | nx_pppoe_client.h | 310 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, 327 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, 331 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority,
|
D | nx_pppoe_server.h | 306 VOID *stack_ptr, ULONG stack_size, UINT priority); 329 VOID *stack_ptr, ULONG stack_size, UINT priority); 332 VOID *stack_ptr, ULONG stack_size, UINT priority);
|
D | nx_pppoe_client.c | 125 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, in _nxe_pppoe_client_create() argument 152 if (stack_size < TX_MINIMUM_STACK) in _nxe_pppoe_client_create() 161 pool_ptr, stack_ptr, stack_size, priority, in _nxe_pppoe_client_create() 222 … NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT priority, in _nx_pppoe_client_create() argument 256 … stack_ptr, stack_size, priority, priority, NX_PPPOE_CLIENT_THREAD_TIME_SLICE, TX_AUTO_START); in _nx_pppoe_client_create()
|
/NetX-Duo-v6.4.1/addons/telnet/ |
D | nxd_telnet_server.h | 291 …NX_TELNET_SERVER *server_ptr, CHAR *server_name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, 310 …NX_TELNET_SERVER *server_ptr, CHAR *server_name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, 314 …NX_TELNET_SERVER *server_ptr, CHAR *server_name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size,
|
D | nxd_telnet_server.c | 96 …NX_TELNET_SERVER *server_ptr, CHAR *server_name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, in _nxe_telnet_server_create() argument 112 …status = _nx_telnet_server_create(server_ptr, server_name, ip_ptr, stack_ptr, stack_size, new_con… in _nxe_telnet_server_create() 180 …NX_TELNET_SERVER *server_ptr, CHAR *server_name, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, in _nx_telnet_server_create() argument 195 stack_size, NX_TELNET_SERVER_PRIORITY, NX_TELNET_SERVER_PRIORITY, in _nx_telnet_server_create()
|
/NetX-Duo-v6.4.1/addons/dhcp/ |
D | nxd_dhcp_server.h | 563 …create(NX_DHCP_SERVER *dhcp_ptr, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, CHAR *name_ptr,… 576 …create(NX_DHCP_SERVER *dhcp_ptr, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, CHAR *name_ptr,… 577 …create(NX_DHCP_SERVER *dhcp_ptr, NX_IP *ip_ptr, VOID *stack_ptr, ULONG stack_size, CHAR *name_ptr,…
|
D | nxd_dhcpv6_server.h | 725 … NX_IP *ip_ptr, CHAR *name_ptr, NX_PACKET_POOL *packet_pool_ptr, VOID *stack_ptr, ULONG stack_size, 765 …NX_IP *ip_ptr, CHAR *name_ptr, NX_PACKET_POOL *packet_pool_ptr, VOID *stack_ptr, ULONG stack_size, 768 …X_IP *ip_ptr, CHAR *name_ptr, NX_PACKET_POOL *packet_pool_ptr, VOID *stack_ptr, ULONG stack_size,
|
/NetX-Duo-v6.4.1/addons/web/ |
D | nx_tcpserver.h | 176 ULONG timeout, VOID *stack_ptr, UINT stack_size, 206 ULONG timeout, VOID *stack_ptr, UINT stack_size,
|
D | nx_web_http_server.h | 472 …*ip_ptr, UINT server_port, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 476 …*ip_ptr, UINT server_port, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 547 …*ip_ptr, UINT server_port, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 677 …*ip_ptr, UINT server_port, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL …
|
/NetX-Duo-v6.4.1/tsn/inc/ |
D | nx_srp.h | 78 VOID *stack_ptr, ULONG stack_size, UINT priority);
|
D | nx_mrp.h | 259 CHAR *thread_name, VOID *stack_ptr, ULONG stack_size, UINT priority);
|
/NetX-Duo-v6.4.1/addons/rtsp/ |
D | nx_rtsp_server.h | 431 …X_IP *ip_ptr, NX_PACKET_POOL *rtsp_packet_pool, VOID *stack_ptr, ULONG stack_size, UINT priority, … 490 …X_IP *ip_ptr, NX_PACKET_POOL *rtsp_packet_pool, VOID *stack_ptr, ULONG stack_size, UINT priority, … 493 …X_IP *ip_ptr, NX_PACKET_POOL *rtsp_packet_pool, VOID *stack_ptr, ULONG stack_size, UINT priority, …
|
/NetX-Duo-v6.4.1/tsn/src/ |
D | nx_srp.c | 74 VOID *stack_ptr, ULONG stack_size, UINT priority) in nx_srp_init() argument 79 stack_ptr, stack_size, priority); in nx_srp_init()
|
/NetX-Duo-v6.4.1/addons/mqtt/ |
D | nxd_mqtt_client.h | 448 …NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr, VOID *stack_ptr, ULONG stack_size, UINT mqtt_thread_prior… 488 VOID *stack_ptr, ULONG stack_size, UINT mqtt_thread_priority, 523 VOID *stack_ptr, ULONG stack_size, UINT mqtt_thread_priority,
|
D | nxd_mqtt_client.c | 53 … VOID *stack_ptr, ULONG stack_size, UINT mqtt_thread_priority); 3235 VOID *stack_ptr, ULONG stack_size, UINT mqtt_thread_priority, in _nxd_mqtt_client_create() argument 3247 … pool_ptr, stack_ptr, stack_size, mqtt_thread_priority); in _nxd_mqtt_client_create() 3258 …ate(&(client_ptr -> nxd_mqtt_client_cloud), "Cloud Helper", stack_ptr, stack_size, mqtt_thread_pri… in _nxd_mqtt_client_create() 3367 … VOID *stack_ptr, ULONG stack_size, UINT mqtt_thread_priority) in _nxd_mqtt_client_create_internal() argument 3375 NX_PARAMETER_NOT_USED(stack_size); in _nxd_mqtt_client_create_internal() 3397 … (ULONG)client_ptr, stack_ptr, stack_size, mqtt_thread_priority, mqtt_thread_priority, in _nxd_mqtt_client_create_internal() 5532 VOID *stack_ptr, ULONG stack_size, UINT mqtt_thread_priority, in _nxde_mqtt_client_create() argument 5539 (stack_ptr == NX_NULL) || (stack_size == 0) || (pool_ptr == NX_NULL)) in _nxde_mqtt_client_create() 5545 pool_ptr, stack_ptr, stack_size, mqtt_thread_priority, in _nxde_mqtt_client_create()
|
/NetX-Duo-v6.4.1/addons/ptp/ |
D | nxd_ptp_client.h | 708 … NX_PACKET_POOL *packet_pool_ptr, UINT thread_priority, UCHAR *thread_stack, UINT stack_size, 736 … NX_PACKET_POOL *packet_pool_ptr, UINT thread_priority, UCHAR *thread_stack, UINT stack_size,
|
/NetX-Duo-v6.4.1/addons/http/ |
D | nxd_http_server.h | 522 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 526 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 570 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL … 654 …erver_name, NX_IP *ip_ptr, FX_MEDIA *media_ptr, VOID *stack_ptr, ULONG stack_size, NX_PACKET_POOL …
|
/NetX-Duo-v6.4.1/addons/ppp/ |
D | nx_ppp.h | 699 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, 741 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, 746 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority,
|