Lines Matching refs:num_associations

98   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()
3718 send_socket = malloc(sizeof(int) * num_associations); in send_sctp_rr_1toMany()
3722 num_associations); in send_sctp_rr_1toMany()
3804 sctp_rr_request->test_length = test_trans * num_associations in send_sctp_rr_1toMany()
3850 for (j = 0; j < num_associations; j++) { in send_sctp_rr_1toMany()
3897 trans_remaining = test_bytes * num_associations; in send_sctp_rr_1toMany()
3936 for (j = 0; j < num_associations; j++) { in send_sctp_rr_1toMany()
3963 for (j = 0; j < num_associations; j++) { in send_sctp_rr_1toMany()
4145 for (j = 0; j < num_associations; j++) in send_sctp_rr_1toMany()
4833 num_associations = atoi(optarg); in scan_sctp_args()
4834 if (num_associations <= 1) { in scan_sctp_args()