Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h182 #define SCTP_STREAM_RESET_INCOMING 0x00000001 macro
H A Dsctputil.c4163 sctp_notify_stream_reset(stcb, error, ((uint16_t *)data), SCTP_STREAM_RESET_INCOMING); in sctp_ulp_notify()
4175 (SCTP_STREAM_RESET_INCOMING | SCTP_STREAM_RESET_FAILED)); in sctp_ulp_notify()
4179 (SCTP_STREAM_RESET_INCOMING | SCTP_STREAM_RESET_DENIED)); in sctp_ulp_notify()
H A Dsctp_usrreq.c4654 if (strrst->srs_flags & SCTP_STREAM_RESET_INCOMING) {
/f-stack/tools/compat/include/netinet/
H A Dsctp.h182 #define SCTP_STREAM_RESET_INCOMING 0x00000001 macro