HomeSort by relevance Sort by last modified time
    Searched refs:TCPS_LISTEN (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/netinet/
tcp_fsm.h 30 #define TCPS_LISTEN 1 /* listening for connection */
  /onnv/onnv-gate/usr/src/stand/lib/tcp/
tcp_inet.h 28 #define TCPS_LISTEN -3 /* listening for connection */
tcp.c 917 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) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/
tcp.h 53 #define TCPS_LISTEN -3 /* listening for connection */
  /onnv/onnv-gate/usr/src/uts/common/inet/tcp/
tcp.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/nca/
nca.c 190 { "LISTEN", TCPS_LISTEN },
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
net.c 180 (tcp->tcp_state <= TCPS_LISTEN)));
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6.c 598 connp = ipcl_tcp_lookup_reversed_ipv6(ip6h, tcpha, TCPS_LISTEN,
816 TCPS_LISTEN, ill->ill_phyint->phyint_ifindex, ipst);
    [all...]
ip.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
netstat.c     [all...]

Completed in 180 milliseconds