Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h585 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro
Dsctp_usrreq.c2794 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT))
3787 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
5966 sctp_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5968 sctp_feature_off(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
6025 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
6027 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
7055 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
Dsctp_pcb.c5570 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT) && (so != NULL)) {
Dsctputil.c3807 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_PDAPIEVNT)) { in sctp_notify_partial_delivery_indication()