Home
last modified time | relevance | path

Searched refs:proxy_use_fdpass (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dreadconf.h147 int proxy_use_fdpass; member
Dreadconf.c1566 intptr = &options->proxy_use_fdpass; in process_config_line_depth()
1870 options->proxy_use_fdpass = -1; in initialize_options()
2057 if (options->proxy_use_fdpass == -1) in fill_default_options()
2058 options->proxy_use_fdpass = 0; in fill_default_options()
2544 dump_cfg_fmtint(oProxyUseFdpass, o->proxy_use_fdpass); in dump_client_config()
Dssh.c1103 options.proxy_use_fdpass = 0; in main()
1137 options.proxy_use_fdpass) in main()
Dsshconnect.c516 } else if (options.proxy_use_fdpass) { in ssh_connect()