Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h543 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
H A Dsctp_usrreq.c1640 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {
3861 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3864 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3867 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3896 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS))) {
H A Dsctp_pcb.c2484 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2487 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2490 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
H A Dsctputil.c5749 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h543 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro