Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_pcb.h82 #define SCTP_PCB_FLAGS_ADAPTIONEVNT 0x00010000 macro
H A Dsctp_usrreq.c1657 if (inp->sctp_flags & SCTP_PCB_FLAGS_ADAPTIONEVNT) in sctp_optsget()
2724 inp->sctp_flags |= SCTP_PCB_FLAGS_ADAPTIONEVNT; in sctp_optsset()
2726 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ADAPTIONEVNT; in sctp_optsset()
H A Dsctputil.c2159 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ADAPTIONEVNT)) in sctp_notify_adaption_layer()