Home | History | Annotate | Download | only in src

Lines Matching full:num_associations

99   num_associations = 1; /* number of associations on the endpoint */
1571 send_socket = malloc(sizeof (int) * num_associations);
1672 sctp_stream_request->test_length = test_bytes*num_associations;
1732 for (j = 0; j < num_associations; j++) {
1788 bytes_remaining = test_bytes * num_associations;
1855 for (j = 0; j < num_associations; j++) {
1955 FD_SET(send_socket[num_associations-1], &readfds);
1956 select(send_socket[num_associations-1]+1, &readfds, NULL, NULL, NULL);
1958 sctp_recvmsg(send_socket[num_associations], send_ring->buffer_ptr,
1972 for (j = 0; j < num_associations; j++)
3729 send_socket = malloc(sizeof(int) * num_associations);
3733 num_associations);
3815 sctp_rr_request->test_length = test_trans * num_associations
3861 for (j = 0; j < num_associations; j++) {
3908 trans_remaining = test_bytes * num_associations;
3947 for (j = 0; j < num_associations; j++) {
3974 for (j = 0; j < num_associations; j++) {
4156 for (j = 0; j < num_associations; j++)
4845 num_associations = atoi(optarg);
4846 if (num_associations <= 1) {