Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_header.h431 struct sctp_stream_reset_request sr_req; member
H A Dsctp_input.c2645 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) { in sctp_clean_up_stream_reset()
2648 } else if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) { in sctp_clean_up_stream_reset()
2650 (u_int)ntohs(strreq->sr_req.ph.param_type)); in sctp_clean_up_stream_reset()
2728 sctp_handle_stream_reset(struct sctp_tcb *stcb, struct sctp_stream_reset_req *sr_req) in sctp_handle_stream_reset() argument
2735 chk_length = ntohs(sr_req->ch.chunk_length); in sctp_handle_stream_reset()
2737 ph = (struct sctp_paramhdr *)&sr_req->sr_req; in sctp_handle_stream_reset()
H A Dsctp_output.c4990 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) {
6525 if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
8917 strreq->sr_req.ph.param_type = ntohs(SCTP_STR_RESET_REQUEST);
8932 strreq->sr_req.reset_flags = 0;
8934 strreq->sr_req.reset_flags |= SCTP_RESET_ALL;
8937 strreq->sr_req.reset_flags |= SCTP_RESET_YOUR;
8940 strreq->sr_req.reset_flags |= SCTP_RECIPRICAL | SCTP_RESET_YOUR;
8942 strreq->sr_req.reset_flags |= SCTP_RECIPRICAL;
8945 memset(strreq->sr_req.reset_pad, 0, sizeof(strreq->sr_req.reset_pad));
8946 strreq->sr_req.reset_req_seq = htonl(asoc->str_reset_seq_out);
[all …]
H A Dsctp_timer.c976 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_REQUEST)) { in sctp_strreset_timer()