Home
last modified time | relevance | path

Searched refs:SCTP_PR_SCTP_TTL (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h504 #define SCTP_PR_SCTP_TTL 0x0001 /* Time based PR-SCTP */ macro
510 #define PR_SCTP_TTL_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_TTL)
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h280 #define SCTP_PR_SCTP_TTL 0x0001 /* Time based PR-SCTP */ macro
290 #define PR_SCTP_TTL_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_TTL)
Dsctp_structs.h466 #define CHUNK_FLAGS_PR_SCTP_TTL SCTP_PR_SCTP_TTL
Dsctp_output.c6834 sp->sinfo_flags |= SCTP_PR_SCTP_TTL;
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c508 spa.sendv_prinfo.pr_policy = SCTP_PR_SCTP_TTL; in gst_sctp_association_send_data()