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

  /src/sys/netinet/
sctp_pcb.h 79 #define SCTP_PCB_FLAGS_RECVPEERERR 0x00002000
sctp_usrreq.c 1642 if (inp->sctp_flags & SCTP_PCB_FLAGS_RECVPEERERR)
2700 inp->sctp_flags |= SCTP_PCB_FLAGS_RECVPEERERR;
2702 inp->sctp_flags &= ~SCTP_PCB_FLAGS_RECVPEERERR;

Completed in 86 milliseconds