Home
last modified time | relevance | path

Searched refs:PTS_PPPOE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h98 #define PTS_PPPOE 1 /* DLPI PPPoE */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c139 PTS_PPPOE },
141 ETHERTYPE_PPPOED, PTS_PPPOE },
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c465 tll->tll_style = PTS_PPPOE; in sppptun_open()
906 case PTS_PPPOE: in sppptun_outpkt()
961 case PTS_PPPOE: in sppptun_outpkt()
1215 case PTS_PPPOE: /* DLPI type */ in sppptun_inner_ioctl()
2092 case PTS_PPPOE: in sppptun_recv()
2293 case PTS_PPPOE: /* DLPI message */ in sppptun_urput()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c382 ptp.ptp_style = PTS_PPPOE; in set_control()
425 if (pti.pti_style != PTS_PPPOE) { in check_stdin()
1090 ptp.ptp_style = PTS_PPPOE; in act_open()
H A Dpppoed.c100 ptp.ptp_style = PTS_PPPOE; in open_tunnel_dev()
H A Doptions.c2103 ptp.ptp_style = PTS_PPPOE; in launch_service()
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c539 if (tll->tll_style == PTS_PPPOE) { in tunll_format()