Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c465 tll->tll_style = PTS_PPPOE; in sppptun_open()
905 switch (tll->tll_style) { in sppptun_outpkt()
960 switch (tll->tll_style) { in sppptun_outpkt()
1208 pti->pti_style = tll->tll_style; in sppptun_inner_ioctl()
1213 tll->tll_style = pti->pti_style; in sppptun_inner_ioctl()
1214 switch (tll->tll_style) { in sppptun_inner_ioctl()
1233 tll->tll_style = PTS_NONE; in sppptun_inner_ioctl()
1393 if (tll->tll_style != tcl->tcl_style) { in sppptun_inner_ioctl()
2091 switch (tll->tll_style) { in sppptun_recv()
2286 switch (tll->tll_style) { in sppptun_urput()
H A Dsppptun_impl.h100 int tll_style; /* Interface type; PTS_* */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c539 if (tll->tll_style == PTS_PPPOE) { in tunll_format()