Searched refs:PPPTUN_GDATA (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/net/ |
H A D | sppptun.h | 66 #define PPPTUN_GDATA _PPPTUN(10) /* get data channel name */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | pppoe.c | 112 retv = strioctl(tstfd, PPPTUN_GDATA, &ptn, 0, sizeof (ptn)); in pppoe_check_options() 125 retv = strioctl(0, PPPTUN_GDATA, &ptn, 0, sizeof (ptn)); in pppoe_check_options()
|
/titanic_41/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1428 case PPPTUN_GDATA: in sppptun_inner_ioctl() 1443 if (iop->ioc_cmd == PPPTUN_GDATA) in sppptun_inner_ioctl() 1529 case PPPTUN_GDATA: in sppptun_ioctl()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 412 if (strioctl(0, PPPTUN_GDATA, &ptn, 0, sizeof (ptn)) < 0) { in check_stdin()
|