Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h505 #define SCTP_PR_SCTP_BUF 0x0002 /* Buffer based PR-SCTP */ macro
511 #define PR_SCTP_BUF_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_BUF)
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h282 #define SCTP_PR_SCTP_BUF SCTP_PR_SCTP_PRIO /* For backwards compatibility */ macro
291 #define PR_SCTP_BUF_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_BUF)
Dsctp_structs.h467 #define CHUNK_FLAGS_PR_SCTP_BUF SCTP_PR_SCTP_BUF
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c512 spa.sendv_prinfo.pr_policy = SCTP_PR_SCTP_BUF; in gst_sctp_association_send_data()