Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c3482 struct sctp_stream_reset_request *req_param; in sctp_handle_stream_reset_response() local
3492 req_param = sctp_find_stream_reset(stcb, seq, &chk); in sctp_handle_stream_reset_response()
3493 if (req_param != NULL) { in sctp_handle_stream_reset_response()
3495 type = ntohs(req_param->ph.param_type); in sctp_handle_stream_reset_response()
3496 lparam_len = ntohs(req_param->ph.param_length); in sctp_handle_stream_reset_response()
3500 req_out_param = (struct sctp_stream_reset_out_request *)req_param; in sctp_handle_stream_reset_response()
3526 req_in_param = (struct sctp_stream_reset_in_request *)req_param; in sctp_handle_stream_reset_response()