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

/freebsd-12-stable/crypto/openssh/
H A Dreadconf.h136 int tun_remote; /* force tun device (optional) */ member in struct:__anon7864
H A Dreadconf.c1502 options->tun_remote = value2;
1938 options->tun_remote = -1;
2122 if (options->tun_remote == -1)
2123 options->tun_remote = SSH_TUNID_ANY;
2745 if (o->tun_remote == SSH_TUNID_ANY)
2748 printf(":%d", o->tun_remote);
H A Dssh.c831 options.tun_local = a2tun(optarg, &options.tun_remote);
1757 options.tun_remote)) == NULL) {

Completed in 132 milliseconds