Symbol: SCTPS_BOUND
usr/src/cmd/mdb/common/modules/sctp/sctp.c
550
case SCTPS_BOUND: return ("SCTPS_BOUND");
usr/src/uts/common/inet/sctp/sctp.c
1422
ASSERT((psctp->sctp_state == SCTPS_BOUND) ||
usr/src/uts/common/inet/sctp/sctp.c
1441
sctp->sctp_state = SCTPS_BOUND;
usr/src/uts/common/inet/sctp/sctp.c
311
case SCTPS_BOUND:
usr/src/uts/common/inet/sctp/sctp_addr.c
317
if (sctp->sctp_state >= SCTPS_BOUND) {
usr/src/uts/common/inet/sctp/sctp_asconf.c
1571
if (sctp->sctp_state > SCTPS_BOUND)
usr/src/uts/common/inet/sctp/sctp_bind.c
136
if (sctp->sctp_state > SCTPS_BOUND ||
usr/src/uts/common/inet/sctp/sctp_bind.c
241
if ((sctp->sctp_state >= SCTPS_BOUND) ||
usr/src/uts/common/inet/sctp/sctp_bind.c
303
ASSERT(sctp->sctp_state == SCTPS_BOUND);
usr/src/uts/common/inet/sctp/sctp_bind.c
391
do_listen = !do_asconf && sctp->sctp_state > SCTPS_BOUND &&
usr/src/uts/common/inet/sctp/sctp_bind.c
499
sctp->sctp_state > SCTPS_BOUND) {
usr/src/uts/common/inet/sctp/sctp_bind.c
601
lsctp->sctp_state < SCTPS_BOUND)
usr/src/uts/common/inet/sctp/sctp_bind.c
620
} else if (lsctp->sctp_state == SCTPS_BOUND ||
usr/src/uts/common/inet/sctp/sctp_bind.c
710
sctp->sctp_state = SCTPS_BOUND;
usr/src/uts/common/inet/sctp/sctp_conn.c
499
case SCTPS_BOUND:
usr/src/uts/common/inet/sctp/sctp_input.c
3745
if (sctp->sctp_state > SCTPS_BOUND &&
usr/src/uts/common/inet/sctp/sctp_misc.c
55
case SCTPS_BOUND:
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1149
if (sctp->sctp_state >= SCTPS_BOUND) {
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1155
if (sctp->sctp_state >= SCTPS_BOUND) {
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1234
if (sctp->sctp_state < SCTPS_BOUND) {
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1327
if (sctp->sctp_state >= SCTPS_BOUND) {
usr/src/uts/common/inet/sctp/sctp_snmp.c
908
case SCTPS_BOUND:
usr/src/uts/common/netinet/sctp.h
469
#define SCTP_BOUND SCTPS_BOUND