Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h125 struct tuncl_s { struct
126 uint32_t tcl_flags; /* TCLF_ flags below */
129 tunll_t *tcl_ctrl_tll; /* Pointer to control */
131 queue_t *tcl_rq; /* Received data sent here. */
133 uint32_t tcl_seq;
135 uint32_t tcl_ctlval; /* Control distinguisher */
137 uint_t tcl_style; /* Saved style */
141 uint_t tcl_rsessid; /* Remote Session ID */
142 ppptun_atype tcl_address;
144 int tcl_unit; /* PPP unit number (for debug) */
[all …]