Searched refs:SCTPS_COOKIE_WAIT (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c61 case SCTPS_COOKIE_WAIT:
H A Dsctp_conn.c517 SCTPS_COOKIE_WAIT);
592 sctp->sctp_state = SCTPS_COOKIE_WAIT;
H A Dsctp_timer.c665 case SCTPS_COOKIE_WAIT:
685 sctp->sctp_state = SCTPS_COOKIE_WAIT;
H A Dsctp.c249 if ((sctp->sctp_state >= SCTPS_COOKIE_WAIT) &&
314 case SCTPS_COOKIE_WAIT:
1157 case SCTPS_COOKIE_WAIT:
1268 if (sctp->sctp_state == SCTPS_COOKIE_WAIT ||
1298 if (sctp->sctp_state == SCTPS_COOKIE_WAIT) {
H A Dsctp_cookie.c546 } else if (sctp->sctp_state == SCTPS_COOKIE_WAIT ||
761 if (sctp->sctp_state <= SCTPS_COOKIE_WAIT) {
1327 if (sctp->sctp_state >= SCTPS_COOKIE_WAIT) {
H A Dsctp_error.c111 if (sctp->sctp_state < SCTPS_COOKIE_WAIT) {
H A Dsctp_snmp.c879 case SCTPS_COOKIE_WAIT:
H A Dsctp_input.c4066 case SCTPS_COOKIE_WAIT:
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Dsctp.h439 #define SCTPS_COOKIE_WAIT -2 macro
471 #define SCTP_COOKIE_WAIT SCTPS_COOKIE_WAIT
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c551 case SCTPS_COOKIE_WAIT: return ("SCTPS_COOKIE_WAIT");

Completed in 123 milliseconds