/NetX-Duo-v6.4.1/test/regression/pppoe_test/ |
D | netx_pppoe_api_extended_test.c | 20 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()
|
D | netx_pppoe_api_test.c | 20 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()
|
D | netx_pppoe_basic_test.c | 29 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()
|
D | netx_pppoe_ac_name_test.c | 29 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()
|
D | netx_pppoe_session_control_test.c | 29 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/ |
D | demo_bsd_udp.c | 22 TX_THREAD thread_client; variable 69 tx_thread_create(&thread_client, "Client", thread_client_entry, 0, in tx_application_define()
|
D | demo_netxduo_dhcpv6.c | 20 TX_THREAD thread_client; variable 81 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in tx_application_define()
|
D | demo_netxduo_dhcpv6_client.c | 29 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/ |
D | netx_smtp_abnormal_packet_test.c | 20 static TX_THREAD thread_client; variable 150 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_invalid_release_test.c | 21 static TX_THREAD thread_client; variable 150 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_auth_none_test.c | 27 static TX_THREAD thread_client; variable 150 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_basic_function_test.c | 22 static TX_THREAD thread_client; variable 151 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_auth_logon_function_test.c | 22 static TX_THREAD thread_client; variable 154 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_auth_no_type_function_test.c | 22 static TX_THREAD thread_client; variable 151 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_auth_no_type_test.c | 22 static TX_THREAD thread_client; variable 151 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_missing_last_250_EHLO_message_test.c | 24 static TX_THREAD thread_client; variable 163 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_two_packet_EHLO_auth_last_message_test.c | 23 static TX_THREAD thread_client; variable 158 tx_thread_create(&thread_client, "thread client", thread_0_entry, 0, in test_application_define()
|
D | netx_smtp_two_packet_EHLO_message_test.c | 23 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/ |
D | netx_nat_entry_removed_after_timeout_test.c | 26 static TX_THREAD thread_client; variable 111 tx_thread_create(&thread_client, "client thread", thread_client_entry, 0, in test_application_define()
|
D | netx_nat_tcp_remove_oldest_udp_entry_test.c | 34 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/ |
D | nx_secure_tls_1_3_receive_invalid_server_handshake_message_test.c | 27 static TX_THREAD thread_client; variable 106 tx_thread_create(&thread_client, "thread client", test_client_entry, 0, in test_application_define()
|
D | nx_secure_tls_1_3_invalid_client_state_test.c | 27 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/ |
D | netx_bsd_tcp_clients_shared_port_test.c | 18 static TX_THREAD thread_client; variable 116 status= tx_thread_create(&thread_client, "BSD App Client", thread_client_entry, 0, in test_application_define()
|
D | netx_bsd_tcp_servers_shared_port_test.c | 18 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/ |
D | netx_dhcpv6_basic_test.c | 21 static TX_THREAD thread_client; variable 75 status = tx_thread_create(&thread_client, "Client thread", thread_client_entry, 0, in test_application_define()
|