Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 18 of 18) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/telnet_test/
Dnetx_telnet_max_connections_test.c198 UINT connections = 0; in thread_server_entry() local
224 status = nx_telnet_server_get_open_connection_count(&my_server, &connections); in thread_server_entry()
226 if (connections > 2) in thread_server_entry()
231 } while(connections); in thread_server_entry()
545 UINT connections = 0; in thread_client3_entry() local
561 status_connection_count = nx_telnet_server_get_open_connection_count(&my_server, &connections); in thread_client3_entry()
572 if (connections > 2) in thread_client3_entry()
580 else if (connections < 2) in thread_client3_entry()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_fast_disconnect_test.c29 static ULONG connections = 0; variable
68 connections = 0; in test_application_define()
303 …tatus) || (thread_0_counter != 1000) || (thread_1_counter != 1000) || (connections != 1000) || (di… in thread_0_entry()
432 connections++; in thread_1_connect_received()
Dnetx_tcp_data_transfer_test.c32 static ULONG connections = 0; variable
71 connections = 0; in test_application_define()
322 …tatus) || (thread_0_counter != 1000) || (thread_1_counter != 1000) || (connections != 1) || (disco… in thread_0_entry()
456 connections++; in thread_1_connect_received()
Dnetx_tcp_basic_processing_test.c34 static ULONG connections = 0; variable
79 connections = 0; in test_application_define()
453 …tatus) || (thread_0_counter != 1000) || (thread_1_counter != 1000) || (connections != 1000) || (di… in thread_0_entry()
587 connections++; in thread_1_connect_received()
Dnetx_tcp_tunnel_ipv4_ipv4_basic_test.c29 static ULONG connections = 0; variable
70 connections = 0; in test_application_define()
425 connections++; in thread_1_connect_received()
Dnetx_tcp_tunnel_ipv4_ipv6_address_test.c36 static ULONG connections = 0; variable
77 connections = 0; in test_application_define()
377 connections++; in thread_1_connect_received()
Dnetx_tcp_tunnel_ipv4_ipv6_basic_test.c35 static ULONG connections = 0; variable
76 connections = 0; in test_application_define()
460 connections++; in thread_1_connect_received()
Dnetx_tcp_tunnel_ipv4_ipv6_big_packet_test.c35 static ULONG connections = 0; variable
76 connections = 0; in test_application_define()
474 connections++; in thread_1_connect_received()
Dnetx_tcp_tunnel_ipv6_ipv4_basic_test.c35 static ULONG connections = 0; variable
76 connections = 0; in test_application_define()
479 connections++; in thread_1_connect_received()
Dnetx_tcp_tunnel_ipv6_ipv6_basic_test.c35 static ULONG connections = 0; variable
76 connections = 0; in test_application_define()
475 connections++; in thread_1_connect_received()
Dnetx_tcp_transmit_cleanup_test.c30 static ULONG connections = 0; variable
388 connections++; in thread_1_connect_received()
Dnetx_forward_tcp_test_1.c50 static ULONG connections = 0; variable
84 connections = 0; in test_application_define()
Dnetx_forward_tcp_test_2.c48 static ULONG connections = 0; variable
82 connections = 0; in test_application_define()
Dnetx_forward_tcp_test_3.c48 static ULONG connections = 0; variable
83 connections = 0; in test_application_define()
Dnetx_forward_tcp_test_4.c48 static ULONG connections = 0; variable
82 connections = 0; in test_application_define()
Dnetx_forward_tcp_test_5.c48 static ULONG connections = 0; variable
82 connections = 0; in test_application_define()
Dnetx_tcp_tunnel_ipv4_ipv6_small_windows_test.c35 static ULONG connections = 0; variable
76 connections = 0; in test_application_define()
585 connections++; in thread_1_connect_received()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt5732 binding on successive connections.