Searched refs:tun_open (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | readconf.h | 160 int tun_open; /* tun(4) */ member
|
| H A D | misc.h | 141 int tun_open(int, int, char **);
|
| H A D | ssh.c | 917 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 D | sshconnect.c | 1410 if (options.tun_open != SSH_TUNMODE_NO) { in check_host_key() 1413 options.tun_open = SSH_TUNMODE_NO; in check_host_key()
|
| H A D | serverloop.c | 542 sock = tun_open(tun, mode, &ifname); in server_request_tun()
|
| H A D | misc.c | 1393 tun_open(int tun, int mode, char **ifname) in tun_open() function
|
| H A D | clientloop.c | 1872 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd()
|