SCTP_PCB_FLAGS_STREAM_RESETEVNT
if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT))
event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;
sctp_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
sctp_feature_off(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT);
event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT;
if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_STREAM_RESETEVNT)) {