Home | History | Annotate | Download | only in openssh

Lines Matching refs:tun

974 	int mode, tun;
992 tun = packet_get_int();
994 if (tun != SSH_TUNID_ANY && forced_tun_device != tun)
996 tun = forced_tun_device;
998 sock = tun_open(tun, mode);
1001 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1,
1002 CHAN_TCP_WINDOW_DEFAULT, CHAN_TCP_PACKET_DEFAULT, 0, "tun", 1);
1067 } else if (strcmp(ctype, "tun@openssh.com") == 0) {