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

  /src/sys/netinet/
sctp_pcb.h 83 #define SCTP_PCB_FLAGS_PDAPIEVNT 0x00020000
sctp_usrreq.c 1648 if (inp->sctp_flags & SCTP_PCB_FLAGS_PDAPIEVNT)
2712 inp->sctp_flags |= SCTP_PCB_FLAGS_PDAPIEVNT;
2714 inp->sctp_flags &= ~SCTP_PCB_FLAGS_PDAPIEVNT;
sctputil.c 2229 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_PDAPIEVNT))

Completed in 16 milliseconds