Searched refs:SCTPS_IDLE (Results 1 – 6 of 6) sorted by relevance
436 #define SCTPS_IDLE -5 /* idle (opened, but not bound) */ macro468 #define SCTP_CLOSED SCTPS_IDLE
52 case SCTPS_IDLE: in sctp_display()
310 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()
474 case SCTPS_IDLE: { in sctp_connect()
874 case SCTPS_IDLE: in sctp_snmp_state()
548 case SCTPS_IDLE: return ("SCTPS_IDLE"); in state2str()