Home
last modified time | relevance | path

Searched refs:sctp_stream_reset_list (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.h192 struct sctp_stream_reset_list *,
Dsctp_structs.h83 struct sctp_stream_reset_list { struct
84 TAILQ_ENTRY(sctp_stream_reset_list) next_resp;
91 TAILQ_HEAD(sctp_resethead, sctp_stream_reset_list); argument
Dsctp_input.c4184 struct sctp_stream_reset_list *liste;
4187 siz = sizeof(struct sctp_stream_reset_list) + (number_entries * sizeof(uint16_t));
4188 SCTP_MALLOC(liste, struct sctp_stream_reset_list *,
Dsctp_indata.c1730 struct sctp_stream_reset_list *liste; in sctp_process_a_data_chunk()
Dsctp_pcb.c5449 struct sctp_stream_reset_list *strrst, *nstrrst;
Dsctp_output.c12614 struct sctp_stream_reset_list *ent,