Searched refs:SCTP_PCB_FLAGS_ACCEPTING (Results 1 – 3 of 3) sorted by relevance
531 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008 macro
1173 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
8549 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;8551 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ACCEPTING;8554 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;