Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp.h182 #define SCTP_STREAM_RESET_INCOMING 0x00000001 macro
HDsctputil.c3670 sctp_notify_stream_reset(stcb, error, ((uint16_t *) data), SCTP_STREAM_RESET_INCOMING); in sctp_ulp_notify()
3682 (SCTP_STREAM_RESET_INCOMING | SCTP_STREAM_RESET_FAILED)); in sctp_ulp_notify()
3686 (SCTP_STREAM_RESET_INCOMING | SCTP_STREAM_RESET_DENIED)); in sctp_ulp_notify()
HDsctp_usrreq.c4629 if (strrst->srs_flags & SCTP_STREAM_RESET_INCOMING) {