Home
last modified time | relevance | path

Searched refs:tcl_style (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h137 uint_t tcl_style; /* Saved style */ member
H A Dsppptun.c1296 if (tcl->tcl_style != PTS_NONE && in sppptun_inner_ioctl()
1297 tcl->tcl_style != ptp->ptp_style) { in sppptun_inner_ioctl()
1337 tcl->tcl_style == PTS_L2FTP) in sppptun_inner_ioctl()
1343 tcl->tcl_style = ptp->ptp_style; in sppptun_inner_ioctl()
1362 ptp->ptp_style = tcl->tcl_style; in sppptun_inner_ioctl()
1393 if (tll->tll_style != tcl->tcl_style) { in sppptun_inner_ioctl()
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c419 mdb_printf(" %-2d %04X %04X ", tcl->tcl_style, in tuncl_format()