sctp_stream_reset_response
struct sctp_stream_reset_response sr_resp;
struct sctp_stream_reset_response *respin)
struct sctp_stream_reset_response *resp;
if (param_len < sizeof(struct sctp_stream_reset_response)) {
resp = (struct sctp_stream_reset_response *)ph;
struct sctp_stream_reset_response *resp;
resp = (struct sctp_stream_reset_response *)((caddr_t)ch + len);
len = sizeof(struct sctp_stream_reset_response);