Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/net/
H A Dsppptun.h65 #define PPPTUN_SDATA _PPPTUN(9) /* set data channel by name */ macro
/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1372 case PPPTUN_SDATA: in sppptun_inner_ioctl()
1396 if (iop->ioc_cmd == PPPTUN_SDATA) { in sppptun_inner_ioctl()
1528 case PPPTUN_SDATA: in sppptun_ioctl()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c1105 if (strioctl(tunfd, PPPTUN_SDATA, &ptn, sizeof (ptn), 0) < 0) { in act_open()
H A Doptions.c2118 if (strioctl(newtun, PPPTUN_SDATA, &ptn, sizeof (ptn), 0) < 0) in launch_service()