Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h481 struct sctp_stream_reset_response_tsn { struct
522 struct sctp_stream_reset_response_tsn sr_resp;
Dsctp_input.c3956 struct sctp_stream_reset_response_tsn *resp;
3963 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) {
3967 resp = (struct sctp_stream_reset_response_tsn *)respin;
Dsctp_output.c12680 struct sctp_stream_reset_response_tsn *resp;
12687 resp = (struct sctp_stream_reset_response_tsn *)((caddr_t)ch + len);
12689 len = sizeof(struct sctp_stream_reset_response_tsn);