HomeSort by relevance Sort by last modified time
    Searched defs:conn_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
vfs.c 575 conn_t *connp = sctp->sctp_connp;
715 conn_t *connp = sctp->sctp_connp;
790 conn_t conn_t; local
793 if (mdb_vread(&conn_t, sizeof (conn_t),
795 mdb_warn("failed to read conn_t V4");
800 mdb_nhconvert(&port, &conn_t.conn_lport, sizeof (port));
801 mdb_printf("AF_INET %I %d ", conn_t.conn_laddr_v4, port);
807 if (IPCL_IS_TCP(&conn_t) && IPCL_IS_BOUND(&conn_t) == 0 |
820 conn_t conn_t; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/
ip.h 215 #define Q_TO_CONN(q) ((conn_t *)(q)->q_ptr)
593 * interleaving between e.g., add and delete operations for the same conn_t,
598 * such as the references from open endpoints (ill_t and conn_t's
688 typedef struct conn_s conn_t; typedef in typeref:struct:conn_s
786 * The list is protected by idl_lock. Each conn_t inserted in the list
792 * and conn_drain_prev of conn_t. The conn_lock protects IPCF_DRAIN_DISABLED
793 * flag of the conn_t and conn_idl.
815 conn_t *idl_conn; /* Head of drain list */
    [all...]

Completed in 120 milliseconds