Home | History | Annotate | Download | only in openssh

Lines Matching refs:tun

1027 	int mode, tun;
1045 tun = packet_get_int();
1047 if (tun != SSH_TUNID_ANY && forced_tun_device != tun)
1049 tun = forced_tun_device;
1051 sock = tun_open(tun, mode);
1054 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1,
1055 CHAN_TCP_WINDOW_DEFAULT, CHAN_TCP_PACKET_DEFAULT, 0, "tun", 1);
1122 } else if (strcmp(ctype, "tun@openssh.com") == 0) {