Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dclientloop.c1618 int local_tun, int remote_tun, channel_open_fn *cb, void *cbctx) in client_request_tun_fwd() argument
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()