Home
last modified time | relevance | path

Searched refs:PPPTUN_GINFO (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h60 #define PPPTUN_GINFO _PPPTUN(4) /* get multiplex ID/style */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c356 if (strioctl(muxfd, PPPTUN_GINFO, &pti, sizeof (pti), in unplumb_it()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1188 case PPPTUN_GINFO: in sppptun_inner_ioctl()
1206 if (iop->ioc_cmd == PPPTUN_GINFO) { in sppptun_inner_ioctl()
1524 case PPPTUN_GINFO: in sppptun_ioctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c421 if (strioctl(0, PPPTUN_GINFO, &pti, 0, sizeof (pti)) < 0) { in check_stdin()