Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_sctp.c98 num_associations = 1; /* number of associations on the endpoint */ variable
1564 send_socket = malloc(sizeof (int) * num_associations); in send_sctp_stream_1toMany()
1665 sctp_stream_request->test_length = test_bytes*num_associations; in send_sctp_stream_1toMany()
1725 for (j = 0; j < num_associations; j++) { in send_sctp_stream_1toMany()
1781 bytes_remaining = test_bytes * num_associations; in send_sctp_stream_1toMany()
1848 for (j = 0; j < num_associations; j++) { in send_sctp_stream_1toMany()
1948 FD_SET(send_socket[num_associations-1], &readfds); in send_sctp_stream_1toMany()
1949 select(send_socket[num_associations-1]+1, &readfds, NULL, NULL, NULL); in send_sctp_stream_1toMany()
1951 sctp_recvmsg(send_socket[num_associations], send_ring->buffer_ptr, in send_sctp_stream_1toMany()
1965 for (j = 0; j < num_associations; j++) in send_sctp_stream_1toMany()
[all …]
Dnettest_sdp.c93 num_associations = 1; /* number of associations on the endpoint */ variable
3543 num_associations = atoi(optarg);
3544 if (num_associations <= 1) {