Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dclientloop.c1617 client_request_tun_fwd(struct ssh *ssh, int tun_mode, in client_request_tun_fwd() argument
1624 if (tun_mode == SSH_TUNMODE_NO) in client_request_tun_fwd()
1627 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode); in client_request_tun_fwd()
1630 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd()
1654 (r = sshpkt_put_u32(ssh, tun_mode)) != 0 || in client_request_tun_fwd()