Searched refs:local_tun (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dclientloop.c2027 client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun) argument
2040 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode);
2043 if ((fd = tun_open(local_tun, tun_mode)) == -1) {

Completed in 115 milliseconds