Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h565 #define SCTP_PCB_FLAGS_STREAM_RESETEVNT 0x0000000000080000 macro
H A Dsctp_usrreq.c2101 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT))
3022 event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;
5058 sctp_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
5060 sctp_feature_off(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
5111 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
5113 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
6064 event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;
H A Dsctputil.c3952 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT)) { in sctp_notify_stream_reset()