Home
last modified time | relevance | path

Searched refs:max_connection (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c73 static int max_connection; variable
148 max_connection = MAX_CONNECTION; in main()
153 max_connection = 1; in main()
210 pollfds_count = seqifds_count + seqofds_count + 1 + max_connection; in init_pollfds()
223 for (i = 0; i < max_connection; i++) { in close_files()
396 for (i = 0; i < max_connection; i++) in init_server()
409 for (i = 0; i < max_connection; i++) { in start_connection()
413 if (i >= max_connection) { in start_connection()
499 for (i = 0; i < max_connection; i++) { in do_loop()
523 for (i = 0; i < max_connection; i++) { in do_loop()
[all …]
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-tcpserver.c76 size_t max_connection; /* maximum connection number */ member
491 if (info_p->max_connection < in handle_client()
494 info_p->max_connection = in handle_client()
501 max_connection); in handle_client()