Searched refs:SCTP_PCB_FLAGS_RECVNSENDFAILEVNT (Results 1 – 3 of 3) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp.h | 598 #define SCTP_PCB_FLAGS_RECVNSENDFAILEVNT 0x0000000080000000 macro
|
D | sctputil.c | 3524 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT))) { in sctp_notify_send_failed() 3529 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed() 3563 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed() 3659 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT))) { in sctp_notify_send_failed2() 3663 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed2() 3674 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed2()
|
D | sctp_usrreq.c | 3810 event_type = SCTP_PCB_FLAGS_RECVNSENDFAILEVNT; 7078 event_type = SCTP_PCB_FLAGS_RECVNSENDFAILEVNT;
|