Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h593 #define SCTP_PCB_FLAGS_DRYEVNT 0x0000000004000000 macro
Dsctp_usrreq.c2717 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT))
3708 event_type = SCTP_PCB_FLAGS_DRYEVNT;
5886 sctp_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT);
5888 sctp_feature_off(inp, SCTP_PCB_FLAGS_DRYEVNT);
5942 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
5944 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);
6959 event_type = SCTP_PCB_FLAGS_DRYEVNT;
6985 if (event_type == SCTP_PCB_FLAGS_DRYEVNT) {
7001 if ((event_type == SCTP_PCB_FLAGS_DRYEVNT) &&
Dsctputil.c3967 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DRYEVNT)) { in sctp_notify_sender_dry_event()