Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h100 int tll_style; /* Interface type; PTS_* */ member
H A Dsppptun.c465 tll->tll_style = PTS_PPPOE; in sppptun_open()
904 switch (tll->tll_style) { in sppptun_outpkt()
959 switch (tll->tll_style) { in sppptun_outpkt()
1207 pti->pti_style = tll->tll_style; in sppptun_inner_ioctl()
1212 tll->tll_style = pti->pti_style; in sppptun_inner_ioctl()
1213 switch (tll->tll_style) { in sppptun_inner_ioctl()
1232 tll->tll_style = PTS_NONE; in sppptun_inner_ioctl()
1392 if (tll->tll_style != tcl->tcl_style) { in sppptun_inner_ioctl()
2087 switch (tll->tll_style) { in sppptun_recv()
2282 switch (tll->tll_style) { in sppptun_urput()
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c539 if (tll->tll_style == PTS_PPPOE) { in tunll_format()