Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h572 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
Dsctp_usrreq.c2218 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {
4577 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
4580 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
4583 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
4612 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
Dsctp_pcb.c2892 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
2895 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
2898 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
Dsctputil.c6389 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) &&