Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_output.c4977 struct sctp_stream_reset_req *strreq; local
4979 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
4980 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) {
6512 struct sctp_stream_reset_req *strreq; local
6513 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
6514 if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
8835 struct sctp_stream_reset_req *strreq; local
8896 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
8897 strreq->ch.chunk_type = SCTP_STREAM_RESET;
8898 strreq
[all...]
H A Dsctp_timer.c969 struct sctp_stream_reset_req *strreq; in sctp_strreset_timer() local
975 strreq = mtod(strrst->data, struct sctp_stream_reset_req *); in sctp_strreset_timer()
976 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_REQUEST)) { in sctp_strreset_timer()
H A Dsctp_input.c2639 struct sctp_stream_reset_req *strreq; in sctp_clean_up_stream_reset() local
2640 strreq = mtod(chk->data, struct sctp_stream_reset_req *); in sctp_clean_up_stream_reset()
2641 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()