Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c503 spa.sendv_flags = SCTP_SEND_SNDINFO_VALID; in gst_sctp_association_send_data()
505 spa.sendv_flags |= SCTP_SEND_PRINFO_VALID; in gst_sctp_association_send_data()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h230 uint32_t sendv_flags; member
Duser_socket.c869 if (((struct sctp_sendv_spa *)info)->sendv_flags & SCTP_SEND_SNDINFO_VALID) { in usrsctp_sendv()
880 if (((struct sctp_sendv_spa *)info)->sendv_flags & SCTP_SEND_PRINFO_VALID) { in usrsctp_sendv()
884 if (((struct sctp_sendv_spa *)info)->sendv_flags & SCTP_SEND_AUTHINFO_VALID) { in usrsctp_sendv()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h242 uint32_t sendv_flags; member