Home
last modified time | relevance | path

Searched refs:tun_open (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dreadconf.h160 int tun_open; /* tun(4) */ member
H A Dmisc.h141 int tun_open(int, int, char **);
H A Dssh.c917 if (options.tun_open == -1) in main()
918 options.tun_open = SSH_TUNMODE_DEFAULT; in main()
2075 if (options.tun_open != SSH_TUNMODE_NO) { in ssh_init_forwarding()
2077 options.tun_open, options.tun_local, in ssh_init_forwarding()
H A Dsshconnect.c1410 if (options.tun_open != SSH_TUNMODE_NO) { in check_host_key()
1413 options.tun_open = SSH_TUNMODE_NO; in check_host_key()
H A Dserverloop.c542 sock = tun_open(tun, mode, &ifname); in server_request_tun()
H A Dmisc.c1393 tun_open(int tun, int mode, char **ifname) in tun_open() function
H A Dclientloop.c1872 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd()