Searched refs:PPPTUN_SCTL (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h67 #define PPPTUN_SCTL _PPPTUN(11) /* set control channel by name */ macro
79 * PPPTUN_SCTL, PPPTUN_GCTL, and PPPTUN_DCTL, just this structure is
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c362 if (strioctl(tunfd, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0) {
363 logerr("PPPTUN_SCTL %s: %s", ptn.ptn_name, mystrerror(errno));
H A Doptions.c1548 if (strioctl(tunfd, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0) {
1549 logerr("PPPTUN_SCTL %s: %s", ptn.ptn_name, mystrerror(errno));
2122 if (strioctl(newtun, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0)
H A Dpppoec.c392 if (strioctl(tunfd, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0) {
393 logerr("%s: PPPTUN_SCTL %s: %s\n", myname,
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1373 case PPPTUN_SCTL:
1530 case PPPTUN_SCTL:

Completed in 96 milliseconds