Home
last modified time | relevance | path

Searched refs:thread_client_entry (Results 1 – 25 of 120) sorted by relevance

12345

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_external_server_chunked_test.c28 static void thread_client_entry(ULONG thread_input);
56 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
89 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_external_server_test.c34 static void thread_client_entry(ULONG thread_input);
80 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
150 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_client_rst_test.c54 static void thread_client_entry(ULONG thread_input);
114 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
147 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_one_session_test.c47 static void thread_client_entry(ULONG thread_input);
108 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
142 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_status_code_test.c37 static void thread_client_entry(ULONG thread_input);
148 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
181 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_secure_connect_fail_test.c52 static void thread_client_entry(ULONG thread_input);
123 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
196 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_post_long_message_test.c52 static void thread_client_entry(ULONG thread_input);
123 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
155 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_connect_three_times_test.c54 static void thread_client_entry(ULONG thread_input);
130 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
200 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_web_secure_reconnect_test.c51 static void thread_client_entry(ULONG thread_input);
129 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
198 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
/NetX-Duo-v6.2.1/samples/
Ddemo_bsd_udp.c36 VOID thread_client_entry(ULONG thread_input);
69 tx_thread_create(&thread_client, "Client", thread_client_entry, 0, in tx_application_define()
202 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Ddemo_netxduo_dhcpv6.c41 void thread_client_entry(ULONG thread_input);
81 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in tx_application_define()
155 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Ddemo_netxduo_http.c65 void thread_client_entry(ULONG thread_input);
194 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in tx_application_define()
253 VOID thread_client_entry(ULONG thread_input) in thread_client_entry() function
Ddemo_netxduo_telnet.c57 void thread_client_entry(ULONG thread_input);
99 tx_thread_create(&client_thread, "client thread", thread_client_entry, 0, in tx_application_define()
248 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_low_watermark_zero_window_test.c46 static void thread_client_entry(ULONG thread_input);
72 tx_thread_create(&client_thread, "Client thread", thread_client_entry, 0, in test_application_define()
218 static void thread_client_entry(ULONG thread_input) in thread_client_entry() function
/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_head_basic_test.c74 static void thread_client_entry(ULONG thread_input);
152 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
187 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_http_multipart_underflow_test.c311 static void thread_client_entry(ULONG thread_input);
387 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
422 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_http_multipart_fragment_test.c309 static void thread_client_entry(ULONG thread_input);
385 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
420 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_http_delete_basic_test.c74 static void thread_client_entry(ULONG thread_input);
152 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
187 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_http_status_404_test.c78 static void thread_client_entry(ULONG thread_input);
159 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
193 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_http_basic_authenticate_test.c52 static void thread_client_entry(ULONG thread_input);
167 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
204 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_http_basic_test.c48 static void thread_client_entry(ULONG thread_input);
142 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
176 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_http_request_in_multiple_packets_test.c68 static void thread_client_entry(ULONG thread_input);
100 status = tx_thread_create(&client_thread, "HTTP Client", thread_client_entry, 0, in test_application_define()
192 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
/NetX-Duo-v6.2.1/test/regression/telnet_test/
Dnetx_telnet_create_packet_pool_test.c52 static void thread_client_entry(ULONG thread_input);
88 tx_thread_create(&client_thread, "client thread", thread_client_entry, 0, in test_application_define()
191 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_telnet_server_options_negotiate_test.c57 void thread_client_entry(ULONG thread_input);
136 status = tx_thread_create(&client_thread, "Telnet Client thread", thread_client_entry, 0, in test_application_define()
178 void thread_client_entry(ULONG thread_input) in thread_client_entry() function
Dnetx_telnet_server_bad_option_reply_test.c57 static void thread_client_entry(ULONG thread_input);
136 status = tx_thread_create(&client_thread, "Telnet Client thread", thread_client_entry, 0, in test_application_define()
178 static void thread_client_entry(ULONG thread_input) in thread_client_entry() function

12345