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

/freebsd-10.3-release/crypto/openssh/
H A Dreadconf.h135 int tun_remote; /* force tun device (optional) */ member in struct:__anon5372
H A Dreadconf.c1418 options->tun_remote = value2;
1749 options->tun_remote = -1;
1929 if (options->tun_remote == -1)
1930 options->tun_remote = SSH_TUNID_ANY;
2448 if (o->tun_remote == SSH_TUNID_ANY)
2451 printf(":%d", o->tun_remote);
H A Dssh.c765 options.tun_local = a2tun(optarg, &options.tun_remote);
1608 options.tun_local, options.tun_remote) == -1) {

Completed in 168 milliseconds