Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h137 int proxy_use_fdpass; member
Dreadconf.c1395 intptr = &options->proxy_use_fdpass; in process_config_line()
1668 options->proxy_use_fdpass = -1; in initialize_options()
1845 if (options->proxy_use_fdpass == -1) in fill_default_options()
1846 options->proxy_use_fdpass = 0; in fill_default_options()
2278 dump_cfg_fmtint(oProxyUseFdpass, o->proxy_use_fdpass); in dump_client_config()
Dsshconnect.c514 } else if (options.proxy_use_fdpass) { in ssh_connect()
Dssh.c1079 options.proxy_use_fdpass) in main()