Home
last modified time | relevance | path

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

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