Home
last modified time | relevance | path

Searched refs:SCTPS_LISTEN (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c164 sctp->sctp_state = SCTPS_LISTEN; in sctp_listen()
353 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_bind_add()
480 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_bind_del()
621 lsctp->sctp_state == SCTPS_LISTEN) { in sctp_bindi()
H A Dsctp_opt_data.c355 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_set_initmsg()
1286 if (sctp->sctp_state >= SCTPS_LISTEN) { in sctp_set_opt()
1317 if (sctp->sctp_state >= SCTPS_LISTEN) { in sctp_set_opt()
1392 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockname()
1407 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockname()
H A Dsctp_misc.c58 case SCTPS_LISTEN: in sctp_display()
H A Dsctp_addr.c319 if (sctp->sctp_state > SCTPS_LISTEN) in sctp_valid_addr_list()
1806 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_get_addrlist()
1831 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_get_addrlist()
H A Dsctp.c312 case SCTPS_LISTEN: in sctp_disconnect()
1423 (psctp->sctp_state == SCTPS_LISTEN)); in sctp_create()
H A Dsctp_hash.c175 if (sctp->sctp_condemned || sctp->sctp_state <= SCTPS_LISTEN) { in cl_sctp_walk_list_stack()
H A Dsctp_snmp.c910 case SCTPS_LISTEN: in sctp_snmp_state()
H A Dsctp_cookie.c539 if (sctp->sctp_state <= SCTPS_LISTEN) { in sctp_send_initack()
H A Dsctp_asconf.c1566 if (sctp->sctp_state <= SCTPS_LISTEN || !sctps->sctps_addip_enabled || in sctp_del_ip()
H A Dsctp_input.c3760 sctp->sctp_state != SCTPS_LISTEN) { in sctp_input_data()
3963 case SCTPS_LISTEN: in sctp_input_data()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h438 #define SCTPS_LISTEN -3 /* listening for connection */ macro
470 #define SCTP_LISTEN SCTPS_LISTEN
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c643 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockaddr()
659 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockaddr()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c551 case SCTPS_LISTEN: return ("SCTPS_LISTEN"); in state2str()