HomeSort by: relevance | last modified time | path
    Searched refs:sctp_stream_reset_req (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_header.h 429 struct sctp_stream_reset_req { struct
sctp_timer.c 969 struct sctp_stream_reset_req *strreq;
975 strreq = mtod(strrst->data, struct sctp_stream_reset_req *);
sctp_input.c 2639 struct sctp_stream_reset_req *strreq;
2640 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
2722 sctp_handle_stream_reset(struct sctp_tcb *stcb, struct sctp_stream_reset_req *sr_req)
3672 sctp_handle_stream_reset(stcb, (struct sctp_stream_reset_req *)ch);
sctp_output.c 4977 struct sctp_stream_reset_req *strreq;
4979 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
6512 struct sctp_stream_reset_req *strreq;
6513 strreq = mtod(chk->data, struct sctp_stream_reset_req *);
8835 struct sctp_stream_reset_req *strreq;
8860 chk->send_size = sizeof(struct sctp_stream_reset_req) + (number_entrys * sizeof(uint16_t));
8896 strreq = mtod(chk->data, struct sctp_stream_reset_req *);

Completed in 21 milliseconds