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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h30 #define TCPS_LISTEN 1 /* listening for connection */ macro
/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/uts/common/inet/tcp/
H A Dtcp_opt_data.c382 *i1 = (tcp->tcp_state == TCPS_LISTEN);
681 if (tcp->tcp_state > TCPS_LISTEN) {
966 if (tcp->tcp_state == TCPS_LISTEN) {
1022 if (tcp->tcp_state == TCPS_LISTEN) {
H A Dtcp_bind.c761 * back from, say TCP_ESTABLISHED to TCPS_LISTEN or
768 * to TCPS_LISTEN. And the following check should be
771 * if (ltcp->tcp_state == TCPS_LISTEN ||
778 * TCPS_LISTEN and both endpoints have SO_REUSEADDR
826 (ltcp->tcp_state > TCPS_LISTEN) &&
874 (ltcp->tcp_state == TCPS_LISTEN ||
H A Dtcp_socket.c150 ASSERT(listener->tcp_state == TCPS_LISTEN);
216 if (connp->conn_tcp->tcp_state < TCPS_LISTEN)
313 case TCPS_LISTEN:
H A Dtcp.c974 if (tcp->tcp_state > TCPS_LISTEN) {
1297 if (tcp->tcp_state == TCPS_LISTEN) {
1804 tcp->tcp_state = TCPS_LISTEN;
2001 * back to TCPS_LISTEN. Make sure that the eager list
2013 tcp->tcp_state = TCPS_LISTEN;
2191 DONTCARE(tcp->tcp_swl1); /* Init in case TCPS_LISTEN/TCPS_SYN_SENT */
2192 DONTCARE(tcp->tcp_swl2); /* Init in case TCPS_LISTEN/TCPS_SYN_SENT */
3084 case TCPS_LISTEN:
4138 case TCPS_LISTEN:
4324 tcp->tcp_state == TCPS_LISTEN)
[all...]
H A Dtcp_tpi.c747 case TCPS_LISTEN:
1401 /* The listener must be in TCPS_LISTEN */
1402 if (listener->tcp_state != TCPS_LISTEN) {
1881 if (listener->tcp_state != TCPS_LISTEN) {
1930 if (listener->tcp_state != TCPS_LISTEN) {
H A Dtcp_misc.c708 case TCPS_LISTEN:
H A Dtcp_timers.c664 case TCPS_LISTEN:
H A Dtcp_stats.c64 case TCPS_LISTEN:
296 (tcp->tcp_state <= TCPS_LISTEN &&
H A Dtcp_input.c955 if (econnp->conn_fanout != NULL && eager->tcp_state > TCPS_LISTEN) {
1304 if (listener->tcp_state != TCPS_LISTEN)
1713 int32_t, TCPS_LISTEN);
1884 connp->conn_tcp->tcp_state != TCPS_LISTEN) {
2787 case TCPS_LISTEN:
H A Dtcp_output.c1490 case TCPS_LISTEN:
1582 if (tcp->tcp_state <= 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.c917 case TCPS_LISTEN:
948 if (tcp->tcp_state <= TCPS_LISTEN)
1028 if (tcp->tcp_state > TCPS_LISTEN || tcp->tcp_state < TCPS_BOUND) {
1033 if (tcp->tcp_state != TCPS_LISTEN) {
1036 tcp->tcp_state = TCPS_LISTEN;
1062 listener->tcp_state != TCPS_LISTEN) {
1154 * TCPS_LISTEN, it is fine.
1156 if (reuseaddr && tcp->tcp_state > TCPS_LISTEN) {
1523 acceptor->tcp_state = TCPS_LISTEN;
2702 if (tcp1->tcp_state == TCPS_LISTEN) {
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h54 #define TCPS_LISTEN -3 /* listening for connection */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c190 { "LISTEN", TCPS_LISTEN },
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c180 (tcp->tcp_state <= TCPS_LISTEN)));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c603 connp = ipcl_tcp_lookup_reversed_ipv6(ip6h, tcpha, TCPS_LISTEN,
823 TCPS_LISTEN, ill->ill_phyint->phyint_ifindex, ipst);
H A Dip.c1804 connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN,
2129 connp = ipcl_tcp_lookup_reversed_ipv4(ipha, tcpha, TCPS_LISTEN,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1602 case TCPS_LISTEN:

Completed in 150 milliseconds