Home
last modified time | relevance | path

Searched refs:thread_server_entry (Results 1 – 25 of 162) sorted by relevance

1234567

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_server_type_retrieve_test.c34 static void thread_server_entry(ULONG thread_input);
55 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
100 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_http_head_basic_test.c75 static void thread_server_entry(ULONG thread_input);
97 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
344 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_http_multipart_underflow_test.c312 static void thread_server_entry(ULONG thread_input);
333 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
496 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_http_multipart_fragment_test.c310 static void thread_server_entry(ULONG thread_input);
331 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
494 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_http_delete_basic_test.c75 static void thread_server_entry(ULONG thread_input);
97 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
344 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_http_status_404_test.c79 static void thread_server_entry(ULONG thread_input);
101 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
346 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_server_type_get_extended_test.c37 static void thread_server_entry(ULONG thread_input);
57 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
96 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_web_tcpserver_rst_test.c30 static void thread_server_entry(ULONG thread_input);
50 tx_thread_create(&server_thread, "Server thread", thread_server_entry, 0, in test_application_define()
156 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_web_tcpserver_two_listen_test.c44 static void thread_server_entry(ULONG thread_input);
73 tx_thread_create(&server_thread, "server thread", thread_server_entry, 0, in test_application_define()
134 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_web_client_rst_test.c55 static void thread_server_entry(ULONG thread_input);
78 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
225 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_web_tcpserver_tls_fail_rst_test.c42 static void thread_server_entry(ULONG thread_input);
62 tx_thread_create(&server_thread, "Server thread", thread_server_entry, 0, in test_application_define()
193 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_web_one_session_test.c48 static void thread_server_entry(ULONG thread_input);
71 tx_thread_create(&server_thread, "HTTP Server thread", thread_server_entry, 0, in test_application_define()
251 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
/NetX-Duo-v6.2.1/samples/
Ddemo_bsd_udp.c35 VOID thread_server_entry(ULONG thread_input);
62 tx_thread_create(&thread_server, "Server", thread_server_entry, 0, in tx_application_define()
130 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
/NetX-Duo-v6.2.1/test/regression/telnet_test/
Dnetx_telnet_two_listen_test.c52 static void thread_server_entry(ULONG thread_input);
82 tx_thread_create(&server_thread, "server thread", thread_server_entry, 0, in test_application_define()
152 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_telnet_rst_test.c55 static void thread_server_entry(ULONG thread_input);
85 tx_thread_create(&server_thread, "server thread", thread_server_entry, 0, in test_application_define()
214 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function
/NetX-Duo-v6.2.1/test/regression/ftp_test/
Dnetx_ftp_control_connection_test.c52 static void thread_server_entry(ULONG thread_input);
74 tx_thread_create(&server_thread, "FTP Server thread", thread_server_entry, 0, in test_application_define()
223 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_two_listen_test.c53 static void thread_server_entry(ULONG thread_input);
83 tx_thread_create(&server_thread, "server thread", thread_server_entry, 0, in test_application_define()
153 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_client_invalid_username_password_length_test.c51 static void thread_server_entry(ULONG thread_input);
74 tx_thread_create(&server_thread, "FTP Server thread", thread_server_entry, 0, in test_application_define()
222 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_rst_test.c57 static void thread_server_entry(ULONG thread_input);
87 tx_thread_create(&server_thread, "server thread", thread_server_entry, 0, in test_application_define()
216 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_disconnection_event_test.c49 static void thread_server_entry(ULONG thread_input);
72 tx_thread_create(&server_thread, "FTP Server thread", thread_server_entry, 0, in test_application_define()
231 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_pasv_port_test.c49 static void thread_server_entry(ULONG thread_input);
72 tx_thread_create(&server_thread, "FTP Server thread", thread_server_entry, 0, in test_application_define()
251 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_access_control_commands_02_test.c55 static void thread_server_entry(ULONG thread_input);
78 tx_thread_create(&server_thread, "FTP Server thread", thread_server_entry, 0, in test_application_define()
213 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_establish_data_connection_05_test.c53 static void thread_server_entry(ULONG thread_input);
75 tx_thread_create(&server_thread, "FTP Server thread", thread_server_entry, 0, in test_application_define()
232 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
Dnetx_ftp_access_control_commands_01_test.c55 static void thread_server_entry(ULONG thread_input);
78 tx_thread_create(&server_thread, "FTP Server thread", thread_server_entry, 0, in test_application_define()
215 void thread_server_entry(ULONG thread_input) in thread_server_entry() function
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_low_watermark_zero_window_test.c47 static void thread_server_entry(ULONG thread_input);
79 tx_thread_create(&server_thread, "Server thread", thread_server_entry, 0, in test_application_define()
132 static void thread_server_entry(ULONG thread_input) in thread_server_entry() function

1234567