/titanic_50/usr/src/uts/common/netinet/ |
H A D | tcp_fsm.h | 30 #define TCPS_LISTEN 1 /* listening for connection */ macro
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 382 *i1 = (tcp->tcp_state == TCPS_LISTEN); in tcp_opt_get() 681 if (tcp->tcp_state > TCPS_LISTEN) { in tcp_opt_set() 966 if (tcp->tcp_state == TCPS_LISTEN) { in tcp_opt_set() 1022 if (tcp->tcp_state == TCPS_LISTEN) { in tcp_opt_set()
|
H A D | tcp.c | 974 if (tcp->tcp_state > TCPS_LISTEN) { in tcp_stop_lingering() 1297 if (tcp->tcp_state == TCPS_LISTEN) { in tcp_closei_local() 1804 tcp->tcp_state = TCPS_LISTEN; in tcp_disconnect_common() 2013 tcp->tcp_state = TCPS_LISTEN; in tcp_reinit() 3084 case TCPS_LISTEN: in tcp_do_unbind() 4138 case TCPS_LISTEN: in tcp_do_connect() 4324 tcp->tcp_state == TCPS_LISTEN) && backlog > 0) { in tcp_do_listen() 4370 ASSERT(tcp->tcp_state == TCPS_BOUND || tcp->tcp_state == TCPS_LISTEN); in tcp_do_listen() 4383 if (tcp->tcp_state != TCPS_LISTEN) { in tcp_do_listen() 4384 tcp->tcp_state = TCPS_LISTEN; in tcp_do_listen()
|
H A D | tcp_socket.c | 150 ASSERT(listener->tcp_state == TCPS_LISTEN); in tcp_accept() 216 if (connp->conn_tcp->tcp_state < TCPS_LISTEN) in tcp_bind() 313 case TCPS_LISTEN: in tcp_connect()
|
H A D | tcp_bind.c | 826 (ltcp->tcp_state > TCPS_LISTEN) && in tcp_bindi() 874 (ltcp->tcp_state == TCPS_LISTEN || in tcp_bindi()
|
H A D | tcp_tpi.c | 747 case TCPS_LISTEN: in tcp_tpistate() 1402 if (listener->tcp_state != TCPS_LISTEN) { in tcp_tli_accept() 1881 if (listener->tcp_state != TCPS_LISTEN) { in tcp_send_pending() 1930 if (listener->tcp_state != TCPS_LISTEN) { in tcp_send_conn_ind()
|
H A D | tcp_stats.c | 64 case TCPS_LISTEN: in tcp_snmp_state() 296 (tcp->tcp_state <= TCPS_LISTEN && in tcp_snmp_get()
|
H A D | tcp_misc.c | 708 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 | 955 if (econnp->conn_fanout != NULL && eager->tcp_state > TCPS_LISTEN) { in tcp_eager_kill() 1304 if (listener->tcp_state != TCPS_LISTEN) in tcp_input_listener() 1713 int32_t, TCPS_LISTEN); in tcp_input_listener() 1884 connp->conn_tcp->tcp_state != TCPS_LISTEN) { in tcp_input_listener_unbound() 2787 case TCPS_LISTEN: in tcp_input_data()
|
H A D | tcp_output.c | 1490 case TCPS_LISTEN: in tcp_close_output() 1582 if (tcp->tcp_state <= TCPS_LISTEN) in tcp_close_output()
|
/titanic_50/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@;
|
/titanic_50/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 | 917 case TCPS_LISTEN: in tcp_close() 948 if (tcp->tcp_state <= TCPS_LISTEN) in tcp_close() 1028 if (tcp->tcp_state > TCPS_LISTEN || tcp->tcp_state < TCPS_BOUND) { in tcp_listen() 1033 if (tcp->tcp_state != TCPS_LISTEN) { in tcp_listen() 1036 tcp->tcp_state = TCPS_LISTEN; in tcp_listen() 1062 listener->tcp_state != TCPS_LISTEN) { in tcp_accept() 1156 if (reuseaddr && tcp->tcp_state > TCPS_LISTEN) { in tcp_bindi() 1523 acceptor->tcp_state = TCPS_LISTEN; in tcp_accept_comm() 2702 if (tcp1->tcp_state == TCPS_LISTEN) { in tcp_rput_data() 2769 case TCPS_LISTEN: in tcp_rput_data() [all …]
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | tcp.h | 54 #define TCPS_LISTEN -3 /* listening for connection */ macro
|
/titanic_50/usr/src/cmd/mdb/common/modules/nca/ |
H A D | nca.c | 190 { "LISTEN", TCPS_LISTEN }, in state2name()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 180 (tcp->tcp_state <= TCPS_LISTEN))); in net_tcp_ipv4()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 603 connp = ipcl_tcp_lookup_reversed_ipv6(ip6h, tcpha, TCPS_LISTEN, in icmp_inbound_verify_v6() 823 TCPS_LISTEN, ill->ill_phyint->phyint_ifindex, ipst); in icmp_inbound_error_fanout_v6()
|
H A D | ip.c | 1804 connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN, in icmp_inbound_verify_v4() 2129 connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN, in icmp_inbound_error_fanout_v4()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 1602 case TCPS_LISTEN: in mitcp_state()
|