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

/freebsd-10.1-release/crypto/openssh/
H A Dauth-options.h32 extern int forced_tun_device;
H A Dauth-options.c52 int forced_tun_device = -1; variable
82 forced_tun_device = -1;
370 forced_tun_device = -1;
374 forced_tun_device = a2tun(tun, NULL);
376 if (forced_tun_device == SSH_TUNID_ERR) {
381 forced_tun_device = -1;
384 auth_debug_add("Forced tun device: %d", forced_tun_device);
H A Dserverloop.c1011 if (forced_tun_device != -1) {
1012 if (tun != SSH_TUNID_ANY && forced_tun_device != tun)
1014 tun = forced_tun_device;

Completed in 55 milliseconds