Home
last modified time | relevance | path

Searched refs:SCTPS_IDLE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h436 #define SCTPS_IDLE -5 /* idle (opened, but not bound) */ macro
468 #define SCTP_CLOSED SCTPS_IDLE
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c52 case SCTPS_IDLE: in sctp_display()
H A Dsctp.c310 case SCTPS_IDLE: in sctp_disconnect()
420 if (sctp->sctp_state != SCTPS_IDLE) { in sctp_close()
471 ASSERT(sctp->sctp_state == SCTPS_IDLE); in sctp_closei_local()
495 sctp->sctp_state = SCTPS_IDLE; in sctp_closei_local()
799 sctp->sctp_state = SCTPS_IDLE; in sctp_init_values()
H A Dsctp_conn.c474 case SCTPS_IDLE: { in sctp_connect()
H A Dsctp_snmp.c907 case SCTPS_IDLE: in sctp_snmp_state()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c549 case SCTPS_IDLE: return ("SCTPS_IDLE"); in state2str()