Home
last modified time | relevance | path

Searched refs:SCTPS_BOUND (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c136 if (sctp->sctp_state > SCTPS_BOUND || in sctp_listen()
241 if ((sctp->sctp_state >= SCTPS_BOUND) || in sctp_bind()
303 ASSERT(sctp->sctp_state == SCTPS_BOUND); in sctp_bind()
391 do_listen = !do_asconf && sctp->sctp_state > SCTPS_BOUND && in sctp_bind_add()
499 sctp->sctp_state > SCTPS_BOUND) { in sctp_bind_del()
601 lsctp->sctp_state < SCTPS_BOUND) in sctp_bindi()
620 } else if (lsctp->sctp_state == SCTPS_BOUND || in sctp_bindi()
710 sctp->sctp_state = SCTPS_BOUND; in sctp_bindi()
H A Dsctp_misc.c55 case SCTPS_BOUND: in sctp_display()
H A Dsctp_opt_data.c1136 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_set_opt()
1142 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_set_opt()
1221 if (sctp->sctp_state < SCTPS_BOUND) { in sctp_set_opt()
1314 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_set_opt()
H A Dsctp.c311 case SCTPS_BOUND: in sctp_disconnect()
1422 ASSERT((psctp->sctp_state == SCTPS_BOUND) || in sctp_create()
1441 sctp->sctp_state = SCTPS_BOUND; in sctp_create()
H A Dsctp_conn.c499 case SCTPS_BOUND: in sctp_connect()
H A Dsctp_snmp.c875 case SCTPS_BOUND: in sctp_snmp_state()
H A Dsctp_asconf.c1564 if (sctp->sctp_state > SCTPS_BOUND) in sctp_del_ip()
H A Dsctp_addr.c317 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_valid_addr_list()
H A Dsctp_input.c3735 if (sctp->sctp_state > SCTPS_BOUND && in sctp_input_data()
/titanic_50/usr/src/uts/common/netinet/
H A Dsctp.h437 #define SCTPS_BOUND -4 /* bound, ready to connect or accept */ macro
469 #define SCTP_BOUND SCTPS_BOUND
/titanic_50/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c549 case SCTPS_BOUND: return ("SCTPS_BOUND"); in state2str()