| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_disconnect_test.c | 25 static TX_SEMAPHORE sema_0; variable 163 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 186 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 208 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client4() 300 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 334 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 435 tx_semaphore_put(&sema_0); in netx_tcp_server() 518 tx_semaphore_put(&sema_0); in ntest_2_entry()
|
| D | netx_bsd_tcp_fionread_test.c | 20 static TX_SEMAPHORE sema_0; variable 118 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 171 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 237 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 261 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 364 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_ioctl_nonblocking_test.c | 21 static TX_SEMAPHORE sema_0; variable 122 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 174 tx_semaphore_put(&sema_0); in bsd_server_blocking_helper_thread_entry() 231 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 334 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_blocking_server4() 439 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 552 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server6() 639 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client4() 732 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client6() 807 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() [all …]
|
| D | netx_bsd_tcp_basic_nonblocking_test.c | 21 static TX_SEMAPHORE sema_0; variable 122 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 201 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 306 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 418 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server6() 503 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client4() 595 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client6() 669 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 680 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 691 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() [all …]
|
| D | netx_bsd_tcp_accept_blocking_test.c | 20 static TX_SEMAPHORE sema_0; variable 119 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 166 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 257 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 282 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 456 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_tcp_basic_blocking_test.c | 22 static TX_SEMAPHORE sema_0; variable 128 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 260 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 330 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client4() 431 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 465 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client6() 575 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server6() 687 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 694 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 701 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() [all …]
|
| D | netx_bsd_tcp_rcvbuf_test.c | 21 static TX_SEMAPHORE sema_0; variable 127 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 259 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 334 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client4() 440 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 479 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client6() 594 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server6() 706 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 713 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 720 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() [all …]
|
| D | netx_bsd_tcp_accept_blocking_timeout_test.c | 21 static TX_SEMAPHORE sema_0; variable 120 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 168 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 259 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 284 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 490 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_tcp_sendto_recvfrom_test.c | 22 static TX_SEMAPHORE sema_0; variable 122 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 295 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 305 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 411 tx_semaphore_put(&sema_0); in ntest_1_entry() 422 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_getaddrinfo_test.c | 58 static TX_SEMAPHORE sema_0; variable 179 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 311 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 379 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client4() 490 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 525 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_client6() 645 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server6() 757 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 764 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 771 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() [all …]
|
| D | netx_bsd_tcp_accept_nonblocking_timeout_test.c | 18 static TX_SEMAPHORE sema_0; variable 115 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 187 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 312 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 335 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 546 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_tcp_accept_noselect_test.c | 19 static TX_SEMAPHORE sema_0; variable 115 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 187 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 287 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 310 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 521 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_tcp_accept_nonblocking_test.c | 18 static TX_SEMAPHORE sema_0; variable 115 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 187 tx_semaphore_put(&sema_0); in bsd_server_helper_thread_entry() 312 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in test_tcp_server4() 335 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 515 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_tcp_two_blocking_test.c | 20 static TX_SEMAPHORE sema_0; variable 124 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 222 tx_semaphore_get(&sema_0, 1 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 342 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| D | netx_bsd_tcp_udp_select_test.c | 22 static TX_SEMAPHORE sema_0; variable 122 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 243 tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE); in ntest_0_entry() 354 tx_semaphore_put(&sema_0); in ntest_1_entry()
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_tcpserver_rst_test.c | 27 static TX_SEMAPHORE sema_0; variable 84 status = tx_semaphore_create(&sema_0, "Semaphore", 0); in test_application_define() 151 tx_semaphore_put(&sema_0); in thread_test_entry() 198 if (tx_semaphore_get(&sema_0, 30 * NX_IP_PERIODIC_RATE)) in thread_server_entry()
|
| D | netx_web_tcpserver_two_listen_test.c | 24 static TX_SEMAPHORE sema_0; variable 128 status = tx_semaphore_create(&sema_0, "Semaphore", 0); in test_application_define() 211 if (tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE)) in thread_server_entry() 250 tx_semaphore_put(&sema_0); in receive_data()
|
| D | netx_web_tcpserver_tls_fail_rst_test.c | 28 static TX_SEMAPHORE sema_0; variable 96 status = tx_semaphore_create(&sema_0, "Semaphore", 0); in test_application_define() 188 tx_semaphore_put(&sema_0); in thread_test_entry() 248 if (tx_semaphore_get(&sema_0, 30 * NX_IP_PERIODIC_RATE)) in thread_server_entry()
|
| /NetX-Duo-v6.2.1/test/regression/telnet_test/ |
| D | netx_telnet_two_listen_test.c | 27 static TX_SEMAPHORE sema_0; variable 146 status = tx_semaphore_create(&sema_0, "Semaphore", 0); in test_application_define() 222 if (tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE)) in thread_server_entry() 271 tx_semaphore_put(&sema_0); in telnet_receive_data()
|
| D | netx_telnet_rst_test.c | 30 static TX_SEMAPHORE sema_0; variable 149 status = tx_semaphore_create(&sema_0, "Semaphore", 0); in test_application_define() 210 tx_semaphore_put(&sema_0); in thread_test_entry() 249 if (tx_semaphore_get(&sema_0, 30 * NX_IP_PERIODIC_RATE)) in thread_server_entry()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_tcp_queue_depth_notify_test.c | 41 static TX_SEMAPHORE sema_0; variable 130 status = tx_semaphore_create(&sema_0, "Semaphore 0", 0); in test_application_define() 240 if(tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE)) in ntest_0_entry() 355 tx_semaphore_put(&sema_0); in my_queue_depth_notify()
|
| /NetX-Duo-v6.2.1/test/regression/ftp_test/ |
| D | netx_ftp_two_listen_test.c | 27 static TX_SEMAPHORE sema_0; variable 147 status = tx_semaphore_create(&sema_0, "Semaphore", 0); in test_application_define() 244 if (tx_semaphore_get(&sema_0, 5 * NX_IP_PERIODIC_RATE)) in thread_server_entry() 284 tx_semaphore_put(&sema_0); in server_login()
|
| D | netx_ftp_rst_test.c | 31 static TX_SEMAPHORE sema_0; variable 151 status = tx_semaphore_create(&sema_0, "Semaphore", 0); in test_application_define() 212 tx_semaphore_put(&sema_0); in thread_test_entry() 272 if (tx_semaphore_get(&sema_0, 30 * NX_IP_PERIODIC_RATE)) in thread_server_entry()
|
| /NetX-Duo-v6.2.1/test/regression/auto_ip_test/ |
| D | netx_auto_ip_basic_test.c | 23 static TX_SEMAPHORE sema_0; variable 151 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 171 …status = tx_semaphore_get(&sema_0, (NX_AUTO_IP_PROBE_NUM * NX_AUTO_IP_PROBE_MAX + NX_AUTO_IP_ANNOU… in ntest_0_entry() 404 tx_semaphore_put(&sema_0); in ip_address_changed()
|
| D | netx_auto_ip_arp_dest_addr_test.c | 26 static TX_SEMAPHORE sema_0; variable 161 status = tx_semaphore_create(&sema_0, "SEMA 0", 0); in test_application_define() 183 …status = tx_semaphore_get(&sema_0, (NX_AUTO_IP_PROBE_NUM * NX_AUTO_IP_PROBE_MAX + NX_AUTO_IP_ANNOU… in ntest_0_entry() 420 tx_semaphore_put(&sema_0); in ip_address_changed()
|