Symbol: TCPS_LISTEN
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
2010
case TCPS_LISTEN:
usr/src/cmd/connstat/connstat_tcp.c
146
{ TCPS_LISTEN, "LISTEN" },
usr/src/cmd/mdb/common/modules/genunix/net.c
186
(tcp->tcp_state <= TCPS_LISTEN)));
usr/src/stand/lib/tcp/tcp.c
1027
if (tcp->tcp_state > TCPS_LISTEN || tcp->tcp_state < TCPS_BOUND) {
usr/src/stand/lib/tcp/tcp.c
1032
if (tcp->tcp_state != TCPS_LISTEN) {
usr/src/stand/lib/tcp/tcp.c
1035
tcp->tcp_state = TCPS_LISTEN;
usr/src/stand/lib/tcp/tcp.c
1061
listener->tcp_state != TCPS_LISTEN) {
usr/src/stand/lib/tcp/tcp.c
1155
if (reuseaddr && tcp->tcp_state > TCPS_LISTEN) {
usr/src/stand/lib/tcp/tcp.c
1522
acceptor->tcp_state = TCPS_LISTEN;
usr/src/stand/lib/tcp/tcp.c
2701
if (tcp1->tcp_state == TCPS_LISTEN) {
usr/src/stand/lib/tcp/tcp.c
2768
case TCPS_LISTEN:
usr/src/stand/lib/tcp/tcp.c
4307
case TCPS_LISTEN:
usr/src/stand/lib/tcp/tcp.c
6427
case TCPS_LISTEN:
usr/src/stand/lib/tcp/tcp.c
916
case TCPS_LISTEN:
usr/src/stand/lib/tcp/tcp.c
947
if (tcp->tcp_state <= TCPS_LISTEN)
usr/src/uts/common/inet/ip/ip.c
1802
connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN,
usr/src/uts/common/inet/ip/ip.c
2127
connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN,
usr/src/uts/common/inet/ip/ip6.c
605
connp = ipcl_tcp_lookup_reversed_ipv6(ip6h, tcpha, TCPS_LISTEN,
usr/src/uts/common/inet/ip/ip6.c
813
TCPS_LISTEN, ill->ill_phyint->phyint_ifindex, ipst);
usr/src/uts/common/inet/tcp/tcp.c
1300
if (tcp->tcp_state == TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp.c
1833
tcp->tcp_state = TCPS_LISTEN;
usr/src/uts/common/inet/tcp/tcp.c
2033
tcp->tcp_state = TCPS_LISTEN;
usr/src/uts/common/inet/tcp/tcp.c
3120
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp.c
4184
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp.c
4370
tcp->tcp_state == TCPS_LISTEN) && backlog > 0) {
usr/src/uts/common/inet/tcp/tcp.c
4416
ASSERT(tcp->tcp_state == TCPS_BOUND || tcp->tcp_state == TCPS_LISTEN);
usr/src/uts/common/inet/tcp/tcp.c
4429
if (tcp->tcp_state != TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp.c
4430
tcp->tcp_state = TCPS_LISTEN;
usr/src/uts/common/inet/tcp/tcp.c
969
if (tcp->tcp_state > TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_bind.c
839
(ltcp->tcp_state > TCPS_LISTEN) &&
usr/src/uts/common/inet/tcp/tcp_bind.c
887
(ltcp->tcp_state == TCPS_LISTEN ||
usr/src/uts/common/inet/tcp/tcp_input.c
1131
if (econnp->conn_fanout != NULL && eager->tcp_state > TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_input.c
1480
if (listener->tcp_state != TCPS_LISTEN)
usr/src/uts/common/inet/tcp/tcp_input.c
1892
int32_t, TCPS_LISTEN);
usr/src/uts/common/inet/tcp/tcp_input.c
2063
connp->conn_tcp->tcp_state != TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_input.c
2973
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp_misc.c
709
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp_opt_data.c
1059
if (tcp->tcp_state == TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_opt_data.c
1125
if (tcp->tcp_state == TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_opt_data.c
400
*i1 = (tcp->tcp_state == TCPS_LISTEN);
usr/src/uts/common/inet/tcp/tcp_opt_data.c
712
if (tcp->tcp_state > TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_output.c
1510
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp_output.c
1602
if (tcp->tcp_state <= TCPS_LISTEN)
usr/src/uts/common/inet/tcp/tcp_socket.c
151
ASSERT(listener->tcp_state == TCPS_LISTEN);
usr/src/uts/common/inet/tcp/tcp_socket.c
217
if (connp->conn_tcp->tcp_state < TCPS_LISTEN)
usr/src/uts/common/inet/tcp/tcp_socket.c
314
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp_stats.c
348
(tcp->tcp_state <= TCPS_LISTEN &&
usr/src/uts/common/inet/tcp/tcp_stats.c
71
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp_timers.c
664
case TCPS_LISTEN:
usr/src/uts/common/inet/tcp/tcp_tpi.c
1407
if (listener->tcp_state != TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_tpi.c
1887
if (listener->tcp_state != TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_tpi.c
1936
if (listener->tcp_state != TCPS_LISTEN) {
usr/src/uts/common/inet/tcp/tcp_tpi.c
752
case TCPS_LISTEN: