Searched refs:SCTP_PCB_FLAGS_ACCEPTING (Results 1 – 3 of 3) sorted by relevance
531 #define SCTP_PCB_FLAGS_ACCEPTING 0x00000008 macro
1133 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
8430 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;8432 inp->sctp_flags &= ~SCTP_PCB_FLAGS_ACCEPTING;8435 inp->sctp_flags |= SCTP_PCB_FLAGS_ACCEPTING;