Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h556 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro
H A Dsctp_usrreq.c2112 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT))
3023 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
5063 sctp_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5065 sctp_feature_off(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5122 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
5124 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT);
6081 event_type = SCTP_PCB_FLAGS_PDAPIEVNT;
H A Dsctp_pcb.c4759 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT) && (so != NULL)) { in sctp_free_assoc()
H A Dsctputil.c3655 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_PDAPIEVNT)) { in sctp_notify_partial_delivery_indication()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h556 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro