Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h439 #define SCTPS_COOKIE_WAIT -2 macro
471 #define SCTP_COOKIE_WAIT SCTPS_COOKIE_WAIT
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c61 case SCTPS_COOKIE_WAIT: in sctp_display()
H A Dsctp_conn.c517 SCTPS_COOKIE_WAIT); in sctp_connect()
592 sctp->sctp_state = SCTPS_COOKIE_WAIT; in sctp_connect()
H A Dsctp_timer.c665 case SCTPS_COOKIE_WAIT: in sctp_rexmit_timer()
685 sctp->sctp_state = SCTPS_COOKIE_WAIT; in sctp_rexmit_timer()
H A Dsctp.c249 if ((sctp->sctp_state >= SCTPS_COOKIE_WAIT) && in sctp_clean_death()
314 case SCTPS_COOKIE_WAIT: in sctp_disconnect()
1157 case SCTPS_COOKIE_WAIT: in sctp_icmp_error()
1268 if (sctp->sctp_state == SCTPS_COOKIE_WAIT || in sctp_icmp_error_ipv6()
1298 if (sctp->sctp_state == SCTPS_COOKIE_WAIT) { in sctp_icmp_error_ipv6()
H A Dsctp_cookie.c546 } else if (sctp->sctp_state == SCTPS_COOKIE_WAIT || in sctp_send_initack()
761 if (sctp->sctp_state <= SCTPS_COOKIE_WAIT) { in sctp_send_initack()
1329 if (sctp->sctp_state >= SCTPS_COOKIE_WAIT) { in sctp_process_cookie()
H A Dsctp_error.c111 if (sctp->sctp_state < SCTPS_COOKIE_WAIT) { in sctp_user_abort()
H A Dsctp_snmp.c912 case SCTPS_COOKIE_WAIT: in sctp_snmp_state()
H A Dsctp_input.c4067 case SCTPS_COOKIE_WAIT: in sctp_input_data()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c552 case SCTPS_COOKIE_WAIT: return ("SCTPS_COOKIE_WAIT"); in state2str()