Searched refs:PPP_TUN_NAME (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
H A D | sppptun.c | 239 (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() 393 (void) printf(gettext("opening /dev/%s\n"), PPP_TUN_NAME); in query_interfaces() [all …]
|
/titanic_41/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun_mod.c | 101 PPP_TUN_NAME, 167 if (ddi_create_minor_node(dip, PPP_TUN_NAME, S_IFCHR, 0, DDI_PSEUDO, in tun_attach()
|
H A D | sppptun.c | 166 PPP_TUN_NAME, /* mi_idname */ 489 PPP_TUN_NAME "%d", tll->tll_index); in sppptun_open()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | sppptun.h | 49 #define PPP_TUN_NAME "sppptun" macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.c | 55 const char tunnam[] = "/dev/" PPP_TUN_NAME;
|