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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h135 int tun_local; /* force tun device (optional) */ member in struct:__anon6881
H A Dreadconf.c1498 options->tun_local = value;
1934 options->tun_local = -1;
2108 if (options->tun_local == -1)
2109 options->tun_local = SSH_TUNID_ANY;
2719 if (o->tun_local == SSH_TUNID_ANY)
2722 printf(" %d", o->tun_local);
H A Dssh.c831 options.tun_local = a2tun(optarg, &options.tun_remote);
832 if (options.tun_local == SSH_TUNID_ERR) {
1756 options.tun_open, options.tun_local,

Completed in 63 milliseconds