Searched refs:num_associations (Results 1 – 2 of 2) sorted by relevance
98 num_associations = 1; /* number of associations on the endpoint */ variable1580 send_socket = malloc(sizeof (int) * num_associations);1681 sctp_stream_request->test_length = test_bytes*num_associations;1741 for (j = 0; j < num_associations; j++) {1797 bytes_remaining = test_bytes * num_associations;1864 for (j = 0; j < num_associations; j++) {1965 FD_SET(send_socket[num_associations-1], &readfds);1966 select(send_socket[num_associations-1]+1, &readfds, NULL, NULL, NULL);1968 sctp_recvmsg(send_socket[num_associations], send_ring->buffer_ptr,1982 for (j = 0; j < num_associations; j++)[all …]
93 num_associations = 1; /* number of associations on the endpoint */ variable3543 num_associations = atoi(optarg);3544 if (num_associations <= 1) {