Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_pcb.h80 #define SCTP_PCB_FLAGS_RECVSENDFAILEVNT 0x00004000 macro
Dsctp_usrreq.c1639 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()
Dsctputil.c2066 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_RECVSENDFAILEVNT)) in sctp_notify_send_failed()