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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h136 int tun_remote; /* force tun device (optional) */ member in struct:__anon6881
H A Dreadconf.c1499 options->tun_remote = value2;
1935 options->tun_remote = -1;
2110 if (options->tun_remote == -1)
2111 options->tun_remote = SSH_TUNID_ANY;
2723 if (o->tun_remote == SSH_TUNID_ANY)
2726 printf(":%d", o->tun_remote);
H A Dssh.c831 options.tun_local = a2tun(optarg, &options.tun_remote);
1757 options.tun_remote)) == NULL) {

Completed in 72 milliseconds