Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDreadconf.h143 int tun_remote; /* force tun device (optional) */ member
HDreadconf.c2003 options->tun_remote = value2; in process_config_line_depth()
2669 options->tun_remote = -1; in initialize_options()
2865 if (options->tun_remote == -1) in fill_default_options()
2866 options->tun_remote = SSH_TUNID_ANY; in fill_default_options()
3708 if (o->tun_remote == SSH_TUNID_ANY) in dump_client_config()
3711 printf(":%d", o->tun_remote); in dump_client_config()
HDssh.c937 options.tun_local = a2tun(optarg, &options.tun_remote); in main()
2107 options.tun_remote, ssh_tun_confirm, NULL)) != NULL) in ssh_init_forwarding()