SCTP_SN_TYPE_BASE
*subscribe |= (1 << (sn_type - SCTP_SN_TYPE_BASE));
*subscribe &= ~(1 << (sn_type - SCTP_SN_TYPE_BASE));
return subscribe & (1 << (sn_type - SCTP_SN_TYPE_BASE));
SCTP_DATA_IO_EVENT = SCTP_SN_TYPE_BASE,
sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i,
if (param->se_type < SCTP_SN_TYPE_BASE ||
SCTP_SN_TYPE_BASE + i);
if (param.se_type < SCTP_SN_TYPE_BASE ||