Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h29 #define TCPS_LISTEN 1 /* listening for connection */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c400 *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 Dtcp.c969 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 Dtcp_socket.c151 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 Dtcp_bind.c839 (ltcp->tcp_state > TCPS_LISTEN) && in tcp_bindi()
887 (ltcp->tcp_state == TCPS_LISTEN || in tcp_bindi()
H A Dtcp_tpi.c753 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 Dtcp_stats.c71 case TCPS_LISTEN: in tcp_snmp_state()
348 (tcp->tcp_state <= TCPS_LISTEN && in tcp_snmp_get()
H A Dtcp_misc.c709 case TCPS_LISTEN: in tcp_display()
H A Dtcp_timers.c664 case TCPS_LISTEN: in tcp_timer()
H A Dtcp_input.c1131 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 Dtcp_output.c1510 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 Dtcp.sed.in42 SED_REPLACE(TCPS_LISTEN)
H A Dtcp.d.in51 inline int32_t TCP_STATE_LISTEN = @TCPS_LISTEN@;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h28 #define TCPS_LISTEN -3 /* listening for connection */ macro
H A Dtcp.c916 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 Dconnstat_tcp.c146 { TCPS_LISTEN, "LISTEN" },
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h57 #define TCPS_LISTEN -3 /* listening for connection */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c186 (tcp->tcp_state <= TCPS_LISTEN))); in net_tcp_ipv4()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c605 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 Dip.c1802 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 Dnetstat.c2010 case TCPS_LISTEN: in mitcp_state()