Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_pcb.h81 #define SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT 0x00008000 macro
H A Dsctp_usrreq.c1651 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT) in sctp_optsget()
2712 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT; in sctp_optsset()
2714 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT; in sctp_optsset()
H A Dsctputil.c2309 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT)) in sctp_notify_shutdown_event()