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

/freebsd-12-stable/cddl/lib/libdtrace/
H A Dsctp.d48 #pragma D binding "1.13" SCTP_STATE_EMPTY
49 inline int32_t SCTP_STATE_EMPTY = 0x00000000;
74 (state & SCTP_STATE_MASK) == SCTP_STATE_EMPTY ? "state-closed" :
/freebsd-12-stable/sys/netinet/
H A Dsctp_peeloff.c77 if ((state == SCTP_STATE_EMPTY) ||
107 if ((state == SCTP_STATE_EMPTY) ||
H A Dsctp_constants.h457 #define SCTP_STATE_EMPTY 0x0000 macro
H A Dsctp_input.c1395 case SCTP_STATE_EMPTY:
5272 (SCTP_GET_STATE(stcb) != SCTP_STATE_EMPTY) &&
5618 case SCTP_STATE_EMPTY: /* should not happen */
H A Dsctputil.c1082 case SCTP_STATE_EMPTY:
1743 if ((stcb != NULL) && (stcb->asoc.state == SCTP_STATE_EMPTY)) {
1769 ((stcb->asoc.state == SCTP_STATE_EMPTY) ||
7626 !(((old_state & SCTP_STATE_MASK) == SCTP_STATE_EMPTY) &&

Completed in 135 milliseconds