Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp.h541 #define SCTP_PCB_FLAGS_INTERLEAVE_STRMS 0x0000000000000010 macro
HDsctp_usrreq.c1722 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {
3873 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3876 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3879 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
HDsctp_pcb.c2540 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2543 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2546 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
HDsctputil.c5558 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg()