Home
last modified time | relevance | path

Searched refs:PPP_TUN_NAME (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c239 (void) printf(gettext("opening /dev/%s\n"), PPP_TUN_NAME); in plumb_it()
240 if ((muxfd = open("/dev/" PPP_TUN_NAME, O_RDWR)) < 0) { in plumb_it()
241 perror("/dev/" PPP_TUN_NAME); in plumb_it()
247 (void) printf(gettext("pushing %s on %s\n"), PPP_TUN_NAME, in plumb_it()
249 if (ioctl(devfd, I_PUSH, PPP_TUN_NAME) == -1) { in plumb_it()
250 perror("I_PUSH " PPP_TUN_NAME); in plumb_it()
346 (void) printf(gettext("opening /dev/%s\n"), PPP_TUN_NAME); in unplumb_it()
347 if ((muxfd = open("/dev/" PPP_TUN_NAME, O_RDWR)) < 0) { in unplumb_it()
348 perror("/dev/" PPP_TUN_NAME); in unplumb_it()
394 if ((muxfd = open("/dev/" PPP_TUN_NAME, O_RDWR)) < 0) { in query_interfaces()
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_mod.c101 PPP_TUN_NAME,
167 if (ddi_create_minor_node(dip, PPP_TUN_NAME, S_IFCHR, 0, DDI_PSEUDO, in tun_attach()
H A Dsppptun.c166 PPP_TUN_NAME, /* mi_idname */
489 PPP_TUN_NAME "%d", tll->tll_index); in sppptun_open()
/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h49 #define PPP_TUN_NAME "sppptun" macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c53 const char tunnam[] = "/dev/" PPP_TUN_NAME;