HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_PCB_FLAGS_STREAM_RESETEVNT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 84 #define SCTP_PCB_FLAGS_STREAM_RESETEVNT 0x00040000
sctp_usrreq.c 1654 if (inp->sctp_flags & SCTP_PCB_FLAGS_STREAM_RESETEVNT)
2724 inp->sctp_flags |= SCTP_PCB_FLAGS_STREAM_RESETEVNT;
2726 inp->sctp_flags &= ~SCTP_PCB_FLAGS_STREAM_RESETEVNT;
sctputil.c 2379 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_STREAM_RESETEVNT))

Completed in 15 milliseconds