Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h584 #define SCTP_PCB_FLAGS_ADAPTATIONEVNT 0x0000000000010000 macro
Dsctp_usrreq.c2711 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_ADAPTATIONEVNT))
3696 event_type = SCTP_PCB_FLAGS_ADAPTATIONEVNT;
5874 sctp_feature_on(inp, SCTP_PCB_FLAGS_ADAPTATIONEVNT);
5876 sctp_feature_off(inp, SCTP_PCB_FLAGS_ADAPTATIONEVNT);
5932 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_ADAPTATIONEVNT);
5934 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_ADAPTATIONEVNT);
6947 event_type = SCTP_PCB_FLAGS_ADAPTATIONEVNT;
Dsctputil.c3759 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_ADAPTATIONEVNT)) { in sctp_notify_adaptation_layer()