Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c1634 int local_tun, int remote_tun, channel_open_fn *cb, void *cbctx) in client_request_tun_fwd() argument
1643 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode); in client_request_tun_fwd()
1646 if ((fd = tun_open(local_tun, tun_mode, &ifname)) == -1) { in client_request_tun_fwd()