| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_external_server_chunked_test.c | 28 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
|
| D | netx_web_external_server_test.c | 34 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
|
| D | netx_web_client_rst_test.c | 54 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
|
| D | netx_web_one_session_test.c | 47 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
|
| D | netx_web_status_code_test.c | 37 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
|
| D | netx_web_secure_connect_fail_test.c | 52 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
|
| D | netx_web_post_long_message_test.c | 52 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
|
| D | netx_web_connect_three_times_test.c | 54 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
|
| D | netx_web_secure_reconnect_test.c | 51 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/ |
| D | demo_bsd_udp.c | 36 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
|
| D | demo_netxduo_dhcpv6.c | 41 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
|
| D | demo_netxduo_http.c | 65 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
|
| D | demo_netxduo_telnet.c | 57 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/ |
| D | netx_low_watermark_zero_window_test.c | 46 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/ |
| D | netx_http_head_basic_test.c | 74 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
|
| D | netx_http_multipart_underflow_test.c | 311 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
|
| D | netx_http_multipart_fragment_test.c | 309 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
|
| D | netx_http_delete_basic_test.c | 74 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
|
| D | netx_http_status_404_test.c | 78 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
|
| D | netx_http_basic_authenticate_test.c | 52 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
|
| D | netx_http_basic_test.c | 48 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
|
| D | netx_http_request_in_multiple_packets_test.c | 68 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/ |
| D | netx_telnet_create_packet_pool_test.c | 52 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
|
| D | netx_telnet_server_options_negotiate_test.c | 57 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
|
| D | netx_telnet_server_bad_option_reply_test.c | 57 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
|