Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dreadconf.h141 int tun_local; /* force tun device (optional) */ member
H A Dreadconf.c1977 if (*activep && options->tun_local == -1) { in process_config_line_depth()
1978 options->tun_local = value; in process_config_line_depth()
2666 options->tun_local = -1; in initialize_options()
2860 if (options->tun_local == -1) in fill_default_options()
2861 options->tun_local = SSH_TUNID_ANY; in fill_default_options()
3699 if (o->tun_local == SSH_TUNID_ANY) in dump_client_config()
3702 printf(" %d", o->tun_local); in dump_client_config()
H A Dssh.c911 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
912 if (options.tun_local == SSH_TUNID_ERR) { in main()
2072 options.tun_open, options.tun_local, in ssh_init_forwarding()