Searched refs:tun_mode (Results 1 – 1 of 1) sorted by relevance
1960 client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun) in client_request_tun_fwd() argument1965 if (tun_mode == SSH_TUNMODE_NO) in client_request_tun_fwd()1973 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode); in client_request_tun_fwd()1976 if ((fd = tun_open(local_tun, tun_mode)) == -1) { in client_request_tun_fwd()1996 packet_put_int(tun_mode); in client_request_tun_fwd()