Searched refs:SCTP_PCB_FLAGS_RECVSENDFAILEVNT (Results 1 – 3 of 3) sorted by relevance
80 #define SCTP_PCB_FLAGS_RECVSENDFAILEVNT 0x00004000 macro
1639 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVSENDFAILEVNT) in sctp_optsget()2694 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVSENDFAILEVNT; in sctp_optsset()2696 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVSENDFAILEVNT; in sctp_optsset()
2066 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_RECVSENDFAILEVNT)) in sctp_notify_send_failed()