/illumos-gate/usr/src/uts/common/netinet/ |
H A D | tcp_fsm.h | 29 #define TCPS_LISTEN 1 /* listening for connection */ macro
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 400 *i1 = (tcp->tcp_state == TCPS_LISTEN); in tcp_opt_get() 712 if (tcp->tcp_state > TCPS_LISTEN) { in tcp_opt_set() 1059 if (tcp->tcp_state == TCPS_LISTEN) { in tcp_opt_set() 1125 if (tcp->tcp_state == TCPS_LISTEN) { in tcp_opt_set()
|
H A D | tcp.c | 969 if (tcp->tcp_state > TCPS_LISTEN) { in tcp_stop_lingering() 1300 if (tcp->tcp_state == TCPS_LISTEN) { in tcp_closei_local() 1833 tcp->tcp_state = TCPS_LISTEN; in tcp_disconnect_common() 2033 tcp->tcp_state = TCPS_LISTEN; in tcp_reinit() 3120 case TCPS_LISTEN: in tcp_do_unbind() 4184 case TCPS_LISTEN: in tcp_do_connect() 4370 tcp->tcp_state == TCPS_LISTEN) && backlog > 0) { in tcp_do_listen() 4416 ASSERT(tcp->tcp_state == TCPS_BOUND || tcp->tcp_state == TCPS_LISTEN); in tcp_do_listen() 4429 if (tcp->tcp_state != TCPS_LISTEN) { in tcp_do_listen() 4430 tcp->tcp_state = TCPS_LISTEN; in tcp_do_listen()
|
H A D | tcp_socket.c | 151 ASSERT(listener->tcp_state == TCPS_LISTEN); in tcp_accept() 217 if (connp->conn_tcp->tcp_state < TCPS_LISTEN) in tcp_bind() 314 case TCPS_LISTEN: in tcp_connect()
|
H A D | tcp_bind.c | 839 (ltcp->tcp_state > TCPS_LISTEN) && in tcp_bindi() 887 (ltcp->tcp_state == TCPS_LISTEN || in tcp_bindi()
|
H A D | tcp_tpi.c | 753 case TCPS_LISTEN: in tcp_tpistate() 1408 if (listener->tcp_state != TCPS_LISTEN) { in tcp_tli_accept() 1888 if (listener->tcp_state != TCPS_LISTEN) { in tcp_send_pending() 1937 if (listener->tcp_state != TCPS_LISTEN) { in tcp_send_conn_ind()
|
H A D | tcp_stats.c | 71 case TCPS_LISTEN: in tcp_snmp_state() 348 (tcp->tcp_state <= TCPS_LISTEN && in tcp_snmp_get()
|
H A D | tcp_misc.c | 709 case TCPS_LISTEN: in tcp_display()
|
H A D | tcp_timers.c | 664 case TCPS_LISTEN: in tcp_timer()
|
H A D | tcp_input.c | 1131 if (econnp->conn_fanout != NULL && eager->tcp_state > TCPS_LISTEN) { in tcp_eager_kill() 1480 if (listener->tcp_state != TCPS_LISTEN) in tcp_input_listener() 1892 int32_t, TCPS_LISTEN); in tcp_input_listener() 2063 connp->conn_tcp->tcp_state != TCPS_LISTEN) { in tcp_input_listener_unbound() 2973 case TCPS_LISTEN: in tcp_input_data()
|
H A D | tcp_output.c | 1510 case TCPS_LISTEN: in tcp_close_output() 1602 if (tcp->tcp_state <= TCPS_LISTEN) in tcp_close_output()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | tcp.sed.in | 42 SED_REPLACE(TCPS_LISTEN)
|
H A D | tcp.d.in | 51 inline int32_t TCP_STATE_LISTEN = @TCPS_LISTEN@;
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp_inet.h | 28 #define TCPS_LISTEN -3 /* listening for connection */ macro
|
H A D | tcp.c | 916 case TCPS_LISTEN: in tcp_close() 947 if (tcp->tcp_state <= TCPS_LISTEN) in tcp_close() 1027 if (tcp->tcp_state > TCPS_LISTEN || tcp->tcp_state < TCPS_BOUND) { in tcp_listen() 1032 if (tcp->tcp_state != TCPS_LISTEN) { in tcp_listen() 1035 tcp->tcp_state = TCPS_LISTEN; in tcp_listen() 1061 listener->tcp_state != TCPS_LISTEN) { in tcp_accept() 1155 if (reuseaddr && tcp->tcp_state > TCPS_LISTEN) { in tcp_bindi() 1522 acceptor->tcp_state = TCPS_LISTEN; in tcp_accept_comm() 2701 if (tcp1->tcp_state == TCPS_LISTEN) { in tcp_rput_data() 2768 case TCPS_LISTEN: in tcp_rput_data() [all …]
|
/illumos-gate/usr/src/cmd/connstat/ |
H A D | connstat_tcp.c | 146 { TCPS_LISTEN, "LISTEN" },
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp.h | 57 #define TCPS_LISTEN -3 /* listening for connection */ macro
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 186 (tcp->tcp_state <= TCPS_LISTEN))); in net_tcp_ipv4()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 605 connp = ipcl_tcp_lookup_reversed_ipv6(ip6h, tcpha, TCPS_LISTEN, in icmp_inbound_verify_v6() 813 TCPS_LISTEN, ill->ill_phyint->phyint_ifindex, ipst); in icmp_inbound_error_fanout_v6()
|
H A D | ip.c | 1802 connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN, in icmp_inbound_verify_v4() 2127 connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN, in icmp_inbound_error_fanout_v4()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 2010 case TCPS_LISTEN: in mitcp_state()
|