Home
last modified time | relevance | path

Searched refs:TCPS_LISTEN (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp_fsm.h30 #define TCPS_LISTEN 1 /* listening for connection */ macro
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c382 *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 Dtcp.c974 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 Dtcp_socket.c150 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 Dtcp_bind.c826 (ltcp->tcp_state > TCPS_LISTEN) && in tcp_bindi()
874 (ltcp->tcp_state == TCPS_LISTEN || in tcp_bindi()
H A Dtcp_tpi.c747 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 Dtcp_stats.c64 case TCPS_LISTEN: in tcp_snmp_state()
296 (tcp->tcp_state <= TCPS_LISTEN && in tcp_snmp_get()
H A Dtcp_misc.c708 case TCPS_LISTEN: in tcp_display()
H A Dtcp_timers.c664 case TCPS_LISTEN: in tcp_timer()
H A Dtcp_input.c955 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 Dtcp_output.c1490 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 Dtcp.sed.in42 SED_REPLACE(TCPS_LISTEN)
H A Dtcp.d.in51 inline int32_t TCP_STATE_LISTEN = @TCPS_LISTEN@;
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp_inet.h28 #define TCPS_LISTEN -3 /* listening for connection */ macro
H A Dtcp.c917 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 Dtcp.h54 #define TCPS_LISTEN -3 /* listening for connection */ macro
/titanic_50/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c190 { "LISTEN", TCPS_LISTEN }, in state2name()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c180 (tcp->tcp_state <= TCPS_LISTEN))); in net_tcp_ipv4()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6.c603 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 Dip.c1804 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 Dnetstat.c1602 case TCPS_LISTEN: in mitcp_state()