Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.c56 int forced_tun_device = -1; variable
86 forced_tun_device = -1; in auth_clear_options()
375 forced_tun_device = -1; in auth_parse_options()
379 forced_tun_device = a2tun(tun, NULL); in auth_parse_options()
381 if (forced_tun_device == SSH_TUNID_ERR) { in auth_parse_options()
386 forced_tun_device = -1; in auth_parse_options()
389 auth_debug_add("Forced tun device: %d", forced_tun_device); in auth_parse_options()
Dauth-options.h32 extern int forced_tun_device;
Dserverloop.c1046 if (forced_tun_device != -1) { in server_request_tun()
1047 if (tun != SSH_TUNID_ANY && forced_tun_device != tun) in server_request_tun()
1049 tun = forced_tun_device; in server_request_tun()