Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_STREAM_RESETEVNT (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h587 #define SCTP_PCB_FLAGS_STREAM_RESETEVNT 0x0000000000080000 macro
Dsctp_usrreq.c2720 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT))
3705 event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;
5892 sctp_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
5894 sctp_feature_off(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
5947 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
5949 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
6956 event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;
Dsctputil.c4124 (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT))) { in sctp_notify_stream_reset()