Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDreadconf.h136 int tun_remote; /* force tun device (optional) */ member
HDreadconf.c1313 options->tun_remote = value2; in process_config_line()
1610 options->tun_remote = -1; in initialize_options()
1787 if (options->tun_remote == -1) in fill_default_options()
1788 options->tun_remote = SSH_TUNID_ANY; in fill_default_options()
HDssh.c650 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
1406 options.tun_local, options.tun_remote) == -1) { in ssh_init_forwarding()