Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_pcb.h77 #define SCTP_PCB_FLAGS_RECVASSOCEVNT 0x00000800 macro
Dsctp_usrreq.c1633 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVASSOCEVNT) in sctp_optsget()
2682 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVASSOCEVNT; in sctp_optsset()
2684 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVASSOCEVNT; in sctp_optsset()
Dsctputil.c1901 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_RECVASSOCEVNT)) { in sctp_notify_assoc_change()