Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dclientloop.c1844 client_request_tun_fwd(struct ssh *ssh, int tun_mode, in client_request_tun_fwd() argument
1851 if (tun_mode == SSH_TUNMODE_NO) in client_request_tun_fwd()
1854 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode); in client_request_tun_fwd()
1857 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd()
1881 (r = sshpkt_put_u32(ssh, tun_mode)) != 0 || in client_request_tun_fwd()