Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h418 struct sctp_strseq_mid { struct
Dsctp_indata.c5705 struct sctp_strseq_mid *stseq_m, strseqbuf_m;
5710 num_str = fwd_sz / sizeof(struct sctp_strseq_mid);
5716 stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset,
5717 sizeof(struct sctp_strseq_mid),
5719 offset += sizeof(struct sctp_strseq_mid);
Dsctp_output.c10862 struct sctp_strseq_mid *strseq_m;
10931 (cnt_of_skipped * sizeof(struct sctp_strseq_mid)));
10965 cnt_of_skipped /= sizeof(struct sctp_strseq_mid);
10998 cnt_of_skipped * sizeof(struct sctp_strseq_mid);
11022 strseq_m = (struct sctp_strseq_mid *)fwdtsn;