Searched refs:forced_tun_device (Results 1 – 3 of 3) sorted by relevance
57 int forced_tun_device = -1; variable83 forced_tun_device = -1; in auth_clear_options()403 forced_tun_device = -1; in auth_parse_options()407 forced_tun_device = a2tun(tun, NULL); in auth_parse_options()409 if (forced_tun_device == SSH_TUNID_ERR) { in auth_parse_options()414 forced_tun_device = -1; in auth_parse_options()417 auth_debug_add("Forced tun device: %d", forced_tun_device); in auth_parse_options()
32 extern int forced_tun_device;
527 if (forced_tun_device != -1) { in server_request_tun()528 if (tun != SSH_TUNID_ANY && forced_tun_device != tun) in server_request_tun()530 tun = forced_tun_device; in server_request_tun()