Home
last modified time | relevance | path

Searched refs:sctp_sendv_spa (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c865 if ((info == NULL) || (infolen != sizeof(struct sctp_sendv_spa))) { in usrsctp_sendv()
869 if (((struct sctp_sendv_spa *)info)->sendv_flags & SCTP_SEND_SNDINFO_VALID) { in usrsctp_sendv()
870 sinfo.sinfo_stream = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_sid; in usrsctp_sendv()
871 sinfo.sinfo_flags = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_flags; in usrsctp_sendv()
872 sinfo.sinfo_ppid = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_ppid; in usrsctp_sendv()
873 sinfo.sinfo_context = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_context; in usrsctp_sendv()
874 sinfo.sinfo_assoc_id = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id; in usrsctp_sendv()
875 assoc_id = &(((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id); in usrsctp_sendv()
880 if (((struct sctp_sendv_spa *)info)->sendv_flags & SCTP_SEND_PRINFO_VALID) { in usrsctp_sendv()
881 sinfo.sinfo_flags |= PR_SCTP_POLICY(((struct sctp_sendv_spa *)info)->sendv_prinfo.pr_policy); in usrsctp_sendv()
[all …]
Dusrsctp.h229 struct sctp_sendv_spa { struct
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c470 struct sctp_sendv_spa spa; in gst_sctp_association_send_data()
518 (socklen_t) sizeof (struct sctp_sendv_spa), SCTP_SENDV_SPA, 0); in gst_sctp_association_send_data()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h241 struct sctp_sendv_spa { struct