Searched refs:sendv_sndinfo (Results 1 – 4 of 4) sorted by relevance
498 spa.sendv_sndinfo.snd_ppid = g_htonl (ppid); in gst_sctp_association_send_data()499 spa.sendv_sndinfo.snd_sid = stream_id; in gst_sctp_association_send_data()500 spa.sendv_sndinfo.snd_flags = SCTP_EOR | (ordered ? 0 : SCTP_UNORDERED); in gst_sctp_association_send_data()501 spa.sendv_sndinfo.snd_context = 0; in gst_sctp_association_send_data()502 spa.sendv_sndinfo.snd_assoc_id = 0; in gst_sctp_association_send_data()
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()
231 struct sctp_sndinfo sendv_sndinfo; member
243 struct sctp_sndinfo sendv_sndinfo; member