Searched refs:PPPTUN_SCTL (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/net/ |
H A D | sppptun.h | 67 #define PPPTUN_SCTL _PPPTUN(11) /* set control channel by name */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoed.c | 362 if (strioctl(tunfd, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0) { in handle_input()
|
H A D | options.c | 1549 if (strioctl(tunfd, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0) { in add_new_dev() 2123 if (strioctl(newtun, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0) in launch_service()
|
H A D | pppoec.c | 392 if (strioctl(tunfd, PPPTUN_SCTL, &ptn, sizeof (ptn), 0) < 0) { in set_control()
|
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1374 case PPPTUN_SCTL: in sppptun_inner_ioctl() 1531 case PPPTUN_SCTL: in sppptun_ioctl()
|