Home
last modified time | relevance | path

Searched defs:tt_softc (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtcp_tlivar.h71 struct tt_softc { struct
73 struct tt_softc *tt_next; /* link to next device instance */ argument
74 u_short tt_unit; /* instance number */
75 u_short tt_unitnext; /* next unit # to be used on open */
77 queue_t *tt_rq; /* cross-link to read queue */
78 struct socket *tt_so; /* socket for this device instance */
79 mblk_t *tt_merror; /* pre-allocated M_ERROR message */
80 mblk_t *tt_errack; /* pre-allocated T_error_ack message */
81 u_int tt_state; /* current state of the tli automaton */
82 long tt_seqnext; /* next sequence number to assign */
[all …]