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

/freebsd-10.3-release/crypto/openssh/
H A Dreadconf.h134 int tun_local; /* force tun device (optional) */ member in struct:__anon5372
H A Dreadconf.c1417 options->tun_local = value;
1748 options->tun_local = -1;
1927 if (options->tun_local == -1)
1928 options->tun_local = SSH_TUNID_ANY;
2444 if (o->tun_local == SSH_TUNID_ANY)
2447 printf(" %d", o->tun_local);
H A Dssh.c765 options.tun_local = a2tun(optarg, &options.tun_remote);
766 if (options.tun_local == SSH_TUNID_ERR) {
1608 options.tun_local, options.tun_remote) == -1) {

Completed in 109 milliseconds