Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h560 #define SCTP_PCB_FLAGS_RECVSENDFAILEVNT 0x0000000000004000 /* deprecated */ macro
H A Dsctp_usrreq.c2079 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT))
3006 event_type = SCTP_PCB_FLAGS_RECVSENDFAILEVNT;
5015 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5017 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5075 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5077 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
6048 event_type = SCTP_PCB_FLAGS_RECVSENDFAILEVNT;
H A Dsctputil.c3385 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT) && in sctp_notify_send_failed()
3516 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVSENDFAILEVNT) && in sctp_notify_send_failed2()