Home
last modified time | relevance | path

Searched refs:PPPTUN_DCTL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h69 #define PPPTUN_DCTL _PPPTUN(13) /* remove control channel */ macro
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1456 case PPPTUN_DCTL: in sppptun_inner_ioctl()
1533 case PPPTUN_DCTL: in sppptun_ioctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1567 if (strioctl(tunfd, PPPTUN_DCTL, &ptn, sizeof (ptn), 0) < 0) { in rem_old_dev()