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

  /src/sys/netinet/
sctp_pcb.h 82 #define SCTP_PCB_FLAGS_ADAPTIONEVNT 0x00010000
sctp_usrreq.c 1651 if (inp->sctp_flags & SCTP_PCB_FLAGS_ADAPTIONEVNT)
2718 inp->sctp_flags |= SCTP_PCB_FLAGS_ADAPTIONEVNT;
2720 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ADAPTIONEVNT;
sctputil.c 2159 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_ADAPTIONEVNT))

Completed in 17 milliseconds