Symbol: SCTPS_LISTEN
usr/src/cmd/mdb/common/modules/genunix/vfs.c
643
if ((sctp->sctp_state <= SCTPS_LISTEN) &&
usr/src/cmd/mdb/common/modules/genunix/vfs.c
659
if ((sctp->sctp_state <= SCTPS_LISTEN) &&
usr/src/cmd/mdb/common/modules/sctp/sctp.c
551
case SCTPS_LISTEN: return ("SCTPS_LISTEN");
usr/src/uts/common/inet/sctp/sctp.c
1423
(psctp->sctp_state == SCTPS_LISTEN));
usr/src/uts/common/inet/sctp/sctp.c
312
case SCTPS_LISTEN:
usr/src/uts/common/inet/sctp/sctp_addr.c
1806
if (sctp->sctp_state > SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_addr.c
1831
if (sctp->sctp_state > SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_addr.c
319
if (sctp->sctp_state > SCTPS_LISTEN)
usr/src/uts/common/inet/sctp/sctp_asconf.c
1566
if (sctp->sctp_state <= SCTPS_LISTEN || !sctps->sctps_addip_enabled ||
usr/src/uts/common/inet/sctp/sctp_bind.c
164
sctp->sctp_state = SCTPS_LISTEN;
usr/src/uts/common/inet/sctp/sctp_bind.c
353
if (sctp->sctp_state > SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_bind.c
480
if (sctp->sctp_state > SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_bind.c
621
lsctp->sctp_state == SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_cookie.c
539
if (sctp->sctp_state <= SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_hash.c
175
if (sctp->sctp_condemned || sctp->sctp_state <= SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_input.c
3760
sctp->sctp_state != SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_input.c
3963
case SCTPS_LISTEN:
usr/src/uts/common/inet/sctp/sctp_misc.c
58
case SCTPS_LISTEN:
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1286
if (sctp->sctp_state >= SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1317
if (sctp->sctp_state >= SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1392
if ((sctp->sctp_state <= SCTPS_LISTEN) &&
usr/src/uts/common/inet/sctp/sctp_opt_data.c
1407
if ((sctp->sctp_state <= SCTPS_LISTEN) &&
usr/src/uts/common/inet/sctp/sctp_opt_data.c
355
if (sctp->sctp_state > SCTPS_LISTEN) {
usr/src/uts/common/inet/sctp/sctp_snmp.c
910
case SCTPS_LISTEN:
usr/src/uts/common/netinet/sctp.h
470
#define SCTP_LISTEN SCTPS_LISTEN