Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_header.h431 struct sctp_stream_reset_request sr_req; member
H A Dsctp_input.c2641 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) { in sctp_clean_up_stream_reset()
2644 } else if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) { in sctp_clean_up_stream_reset()
2646 (u_int)ntohs(strreq->sr_req.ph.param_type)); in sctp_clean_up_stream_reset()
2722 sctp_handle_stream_reset(struct sctp_tcb *stcb, struct sctp_stream_reset_req *sr_req) in sctp_handle_stream_reset() argument
2729 chk_length = ntohs(sr_req->ch.chunk_length); in sctp_handle_stream_reset()
2731 ph = (struct sctp_paramhdr *)&sr_req->sr_req; in sctp_handle_stream_reset()
H A Dsctp_output.c4980 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) {
6514 if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
8901 strreq->sr_req.ph.param_type = ntohs(SCTP_STR_RESET_REQUEST);
8902 strreq->sr_req.ph.param_length = htons((chk->send_size - sizeof(struct sctp_chunkhdr)));
8916 strreq->sr_req.reset_flags = 0;
8918 strreq->sr_req.reset_flags |= SCTP_RESET_ALL;
8921 strreq->sr_req.reset_flags |= SCTP_RESET_YOUR;
8924 strreq->sr_req.reset_flags |= SCTP_RECIPRICAL | SCTP_RESET_YOUR;
8926 strreq->sr_req.reset_flags |= SCTP_RECIPRICAL;
8929 memset(strreq->sr_req
[all...]
H A Dsctp_timer.c976 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_REQUEST)) { in sctp_strreset_timer()