Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c2027 client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun) in client_request_tun_fwd() argument
2032 if (tun_mode == SSH_TUNMODE_NO) in client_request_tun_fwd()
2040 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode); in client_request_tun_fwd()
2043 if ((fd = tun_open(local_tun, tun_mode)) == -1) { in client_request_tun_fwd()
2063 packet_put_int(tun_mode); in client_request_tun_fwd()