HomeSort by relevance Sort by last modified time
    Searched refs:forced_tun_device (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth-options.h 32 extern int forced_tun_device;
auth-options.c 56 int forced_tun_device = -1; variable
86 forced_tun_device = -1;
374 forced_tun_device = -1;
378 forced_tun_device = a2tun(tun, NULL);
380 if (forced_tun_device == SSH_TUNID_ERR) {
385 forced_tun_device = -1;
388 auth_debug_add("Forced tun device: %d", forced_tun_device);
serverloop.c 993 if (forced_tun_device != -1) {
994 if (tun != SSH_TUNID_ANY && forced_tun_device != tun)
996 tun = forced_tun_device;
    [all...]

Completed in 83 milliseconds