Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_PDAPIEVNT (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h585 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro
Dsctp_usrreq.c2708 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT))
3699 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
5868 sctp_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5870 sctp_feature_off(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5927 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
5929 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
6950 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
Dsctp_pcb.c5530 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT) && (so != NULL)) {
Dsctputil.c3809 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_PDAPIEVNT)) { in sctp_notify_partial_delivery_indication()