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