Searched refs:SCTP_PCB_FLAGS_PDAPIEVNT (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp.h | 556 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro
|
| H A D | sctp_usrreq.c | 2112 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 D | sctp_pcb.c | 4759 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_PDAPIEVNT) && (so != NULL)) { in sctp_free_assoc()
|
| H A D | sctputil.c | 3655 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 D | sctp.h | 556 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x0000000000020000 macro
|