Searched refs:list_of_streams (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | sctp_header.h | 426 uint16_t list_of_streams[]; /* if not all list of streams */ member 432 uint16_t list_of_streams[]; /* if not all list of streams */ member
|
| H A D | sctp_input.c | 3463 sctp_reset_out_streams(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response() 3465 …TP_NOTIFY_STR_RESET_DENIED_OUT, stcb, number_entries, req_out_param->list_of_streams, SCTP_SO_NOT_… in sctp_handle_stream_reset_response() 3476 …TP_NOTIFY_STR_RESET_FAILED_OUT, stcb, number_entries, req_out_param->list_of_streams, SCTP_SO_NOT_… in sctp_handle_stream_reset_response() 3479 sctp_reset_clear_pending(stcb, number_entries, req_out_param->list_of_streams); in sctp_handle_stream_reset_response() 3488 number_entries, req_in_param->list_of_streams, SCTP_SO_NOT_LOCKED); in sctp_handle_stream_reset_response() 3491 number_entries, req_in_param->list_of_streams, SCTP_SO_NOT_LOCKED); in sctp_handle_stream_reset_response() 3619 temp = ntohs(req->list_of_streams[i]); in sctp_handle_str_reset_request_in() 3624 req->list_of_streams[i] = temp; in sctp_handle_str_reset_request_in() 3627 if (stcb->asoc.strmout[req->list_of_streams[i]].state == SCTP_STREAM_OPEN) { in sctp_handle_str_reset_request_in() 3628 stcb->asoc.strmout[req->list_of_streams[i]].state = SCTP_STREAM_RESET_PENDING; in sctp_handle_str_reset_request_in() [all …]
|
| H A D | sctp_structs.h | 79 uint16_t list_of_streams[]; member
|
| H A D | sctp_output.c | 11794 req_out->list_of_streams[at] = htons(i); in sctp_add_stream_reset_out() 11813 req_out->list_of_streams[number_entries] = 0; in sctp_add_stream_reset_out() 11845 req_in->list_of_streams[i] = htons(list[i]); in sctp_add_stream_reset_in() 11854 req_in->list_of_streams[number_entries] = 0; in sctp_add_stream_reset_in()
|
| H A D | sctp_indata.c | 2301 sctp_reset_in_stream(stcb, liste->number_entries, liste->list_of_streams); in sctp_process_a_data_chunk()
|