Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h475 struct sctp_stream_reset_response { struct
516 struct sctp_stream_reset_response sr_resp;
Dsctp_input.c3855 struct sctp_stream_reset_response *respin)
4512 struct sctp_stream_reset_response *resp;
4515 if (param_len < sizeof(struct sctp_stream_reset_response)) {
4518 resp = (struct sctp_stream_reset_response *)ph;
Dsctp_output.c12588 struct sctp_stream_reset_response *resp;
12595 resp = (struct sctp_stream_reset_response *)((caddr_t)ch + len);
12597 len = sizeof(struct sctp_stream_reset_response);