Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h575 #define SCTP_PCB_FLAGS_STREAM_CHANGEEVNT 0x0000000040000000 macro
H A Dsctp_usrreq.c3035 event_type = SCTP_PCB_FLAGS_STREAM_CHANGEEVNT;
6077 event_type = SCTP_PCB_FLAGS_STREAM_CHANGEEVNT;
H A Dsctputil.c3836 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_STREAM_CHANGEEVNT)) { in sctp_notify_stream_reset_add()