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

/external/openssh/
H A Dreadconf.h128 int tun_remote; /* force tun device (optional) */ member in struct:__anon10495
H A Dreadconf.c989 options->tun_remote = value2;
1196 options->tun_remote = -1;
1353 if (options->tun_remote == -1)
1354 options->tun_remote = SSH_TUNID_ANY;
H A Dssh.c445 options.tun_local = a2tun(optarg, &options.tun_remote);
1136 options.tun_local, options.tun_remote) == -1) {

Completed in 42 milliseconds