Home
last modified time | relevance | path

Searched refs:SCTP_STATE_EMPTY (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c77 if ((state == SCTP_STATE_EMPTY) || in sctp_can_peel_off()
107 if ((state == SCTP_STATE_EMPTY) || in sctp_do_peeloff()
H A Dsctp_constants.h451 #define SCTP_STATE_EMPTY 0x0000 macro
H A Dsctputil.c1081 case SCTP_STATE_EMPTY: in sctp_map_assoc_state()
1745 if ((stcb != NULL) && (stcb->asoc.state == SCTP_STATE_EMPTY)) { in sctp_timeout_handler()
1771 ((stcb->asoc.state == SCTP_STATE_EMPTY) || in sctp_timeout_handler()
7617 !(((old_state & SCTP_STATE_MASK) == SCTP_STATE_EMPTY) && in sctp_set_state()
H A Dsctp_input.c1391 case SCTP_STATE_EMPTY: in sctp_handle_init_ack()
5257 (SCTP_GET_STATE(stcb) != SCTP_STATE_EMPTY) && in sctp_process_control()
5601 case SCTP_STATE_EMPTY: /* should not happen */ in sctp_common_input_processing()
/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h451 #define SCTP_STATE_EMPTY 0x0000 macro