Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_RECVSENDFAILEVNT (Results 1 – 3 of 3) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp.h582 #define SCTP_PCB_FLAGS_RECVSENDFAILEVNT 0x0000000000004000 /* deprecated */ macro
Dsctp_usrreq.c2785 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT))
3778 event_type = SCTP_PCB_FLAGS_RECVSENDFAILEVNT;
5948 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5950 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
6010 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
6012 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
7046 event_type = SCTP_PCB_FLAGS_RECVSENDFAILEVNT;
Dsctputil.c3523 (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT) && in sctp_notify_send_failed()
3658 (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT) && in sctp_notify_send_failed2()