Searched refs:SCTP_PCB_FLAGS_ACCEPTING (Results 1 – 3 of 3) sorted by relevance
519 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008 macro
479 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
7250 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;7255 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;7257 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ACCEPTING;