Searched refs:SCTP_STATE_EMPTY (Results 1 – 5 of 5) sorted by relevance
46 #pragma D binding "1.13" SCTP_STATE_EMPTY47 inline int32_t SCTP_STATE_EMPTY = 0x00000000; variable72 (state & SCTP_STATE_MASK) == SCTP_STATE_EMPTY ? "state-closed" :
74 if ((state == SCTP_STATE_EMPTY) || in sctp_can_peel_off()104 if ((state == SCTP_STATE_EMPTY) || in sctp_do_peeloff()
448 #define SCTP_STATE_EMPTY 0x0000 macro
1078 case SCTP_STATE_EMPTY: in sctp_map_assoc_state()1759 if ((stcb != NULL) && (stcb->asoc.state == SCTP_STATE_EMPTY)) { in sctp_timeout_handler()1785 ((stcb->asoc.state == SCTP_STATE_EMPTY) || in sctp_timeout_handler()7673 !(((old_state & SCTP_STATE_MASK) == SCTP_STATE_EMPTY) && in sctp_set_state()
5188 (SCTP_GET_STATE(stcb) != SCTP_STATE_EMPTY) && in sctp_process_control()5604 case SCTP_STATE_EMPTY: /* should not happen */ in sctp_common_input_processing()