Home
last modified time | relevance | path

Searched refs:thread_client (Results 1 – 25 of 35) sorted by relevance

12

/NetX-Duo-v6.4.1/test/regression/pppoe_test/
Dnetx_pppoe_api_extended_test.c20 static TX_THREAD thread_client; variable
264 tx_thread_create(&thread_client, "thread client", thread_client_entry, 0, in test_application_define()
416 tx_thread_resume(&thread_client); in thread_server_entry()
Dnetx_pppoe_api_test.c20 static TX_THREAD thread_client; variable
264 tx_thread_create(&thread_client, "thread client", thread_client_entry, 0, in test_application_define()
409 tx_thread_resume(&thread_client); in thread_server_entry()
Dnetx_pppoe_basic_test.c29 static TX_THREAD thread_client; variable
276 tx_thread_create(&thread_client, "thread client", thread_client_entry, 0, in test_application_define()
403 tx_thread_resume(&thread_client); in thread_server_entry()
Dnetx_pppoe_ac_name_test.c29 static TX_THREAD thread_client; variable
273 tx_thread_create(&thread_client, "thread client", thread_client_entry, 0, in test_application_define()
419 tx_thread_resume(&thread_client); in thread_server_entry()
Dnetx_pppoe_session_control_test.c29 static TX_THREAD thread_client; variable
282 tx_thread_create(&thread_client, "thread client", thread_client_entry, 0, in test_application_define()
419 tx_thread_resume(&thread_client); in thread_server_entry()
/NetX-Duo-v6.4.1/samples/
Ddemo_bsd_udp.c22 TX_THREAD thread_client; variable
69 tx_thread_create(&thread_client, "Client", thread_client_entry, 0, in tx_application_define()
Ddemo_netxduo_dhcpv6.c20 TX_THREAD thread_client; variable
81 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in tx_application_define()
Ddemo_netxduo_dhcpv6_client.c29 TX_THREAD thread_client; variable
89 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in tx_application_define()
/NetX-Duo-v6.4.1/test/regression/smtp_test/
Dnetx_smtp_abnormal_packet_test.c20 static TX_THREAD thread_client; variable
150 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_invalid_release_test.c21 static TX_THREAD thread_client; variable
150 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_auth_none_test.c27 static TX_THREAD thread_client; variable
150 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_basic_function_test.c22 static TX_THREAD thread_client; variable
151 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_auth_logon_function_test.c22 static TX_THREAD thread_client; variable
154 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_auth_no_type_function_test.c22 static TX_THREAD thread_client; variable
151 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_auth_no_type_test.c22 static TX_THREAD thread_client; variable
151 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_missing_last_250_EHLO_message_test.c24 static TX_THREAD thread_client; variable
163 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_two_packet_EHLO_auth_last_message_test.c23 static TX_THREAD thread_client; variable
158 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
Dnetx_smtp_two_packet_EHLO_message_test.c23 static TX_THREAD thread_client; variable
162 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
/NetX-Duo-v6.4.1/test/regression/nat_test/
Dnetx_nat_entry_removed_after_timeout_test.c26 static TX_THREAD thread_client; variable
111 tx_thread_create(&thread_client, "client thread", thread_client_entry, 0, in test_application_define()
Dnetx_nat_tcp_remove_oldest_udp_entry_test.c34 static TX_THREAD thread_client; variable
118 tx_thread_create(&thread_client, "client thread", thread_client_entry, 0, in test_application_define()
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_tls_1_3_receive_invalid_server_handshake_message_test.c27 static TX_THREAD thread_client; variable
106 tx_thread_create(&thread_client, "thread client", test_client_entry, 0, in test_application_define()
Dnx_secure_tls_1_3_invalid_client_state_test.c27 static TX_THREAD thread_client; variable
106 tx_thread_create(&thread_client, "thread client", test_client_entry, 0, in test_application_define()
/NetX-Duo-v6.4.1/test/regression/bsd_test/
Dnetx_bsd_tcp_clients_shared_port_test.c18 static TX_THREAD thread_client; variable
116 status= tx_thread_create(&thread_client, "BSD App Client", thread_client_entry, 0, in test_application_define()
Dnetx_bsd_tcp_servers_shared_port_test.c18 static TX_THREAD thread_client; variable
125 status= tx_thread_create(&thread_client, "BSD App Client", thread_client_entry, 0, in test_application_define()
/NetX-Duo-v6.4.1/test/regression/dhcp_test/
Dnetx_dhcpv6_basic_test.c21 static TX_THREAD thread_client; variable
75 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in test_application_define()

12