Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dreadconf.h117 int tun_local; /* force tun device (optional) */ member
Dreadconf.c876 options->tun_local = value; in process_config_line()
1040 options->tun_local = -1; in initialize_options()
1175 if (options->tun_local == -1) in fill_default_options()
1176 options->tun_local = SSH_TUNID_ANY; in fill_default_options()
Dssh.c364 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
365 if (options.tun_local == SSH_TUNID_ERR) { in main()
910 options.tun_local, options.tun_remote) == -1) { in ssh_init_forwarding()