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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h132 int tun_remote; /* force tun device (optional) */ member in struct:__anon4957
H A Dreadconf.c1044 options->tun_remote = value2;
1314 options->tun_remote = -1;
1474 if (options->tun_remote == -1)
1475 options->tun_remote = SSH_TUNID_ANY;
H A Dssh.c471 options.tun_local = a2tun(optarg, &options.tun_remote);
1202 options.tun_local, options.tun_remote) == -1) {

Completed in 104 milliseconds