Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h563 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro
H A Dsctp_usrreq.c2089 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT))
3016 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
5034 sctp_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5036 sctp_feature_off(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5091 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
5093 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
6058 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
H A Dsctp_pcb.c4653 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT) && (so != NULL)) { in sctp_free_assoc()
H A Dsctputil.c3667 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_PDAPIEVNT)) { in sctp_notify_partial_delivery_indication()