Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h583 #define SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT 0x0000000000008000 macro
Dsctp_usrreq.c2705 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT))
3693 event_type = SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT;
5862 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT);
5864 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT);
5922 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT);
5924 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT);
6944 event_type = SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT;
Dsctputil.c3921 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT)) { in sctp_notify_shutdown_event()