Home
last modified time | relevance | path

Searched defs:host_arg (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dsshconnect.h41 char *host_arg; member
H A Dsshconnect.c78 const char *host, const char *host_arg, int port) in expand_proxy_command() argument
103 const char *host_arg, u_short port, const char *proxy_command) in ssh_proxy_fdpass_connect() argument
184 ssh_proxy_connect(struct ssh *ssh, const char *host, const char *host_arg, in ssh_proxy_connect() argument
524 ssh_connect(struct ssh *ssh, const char *host, const char *host_arg, in ssh_connect() argument
[all...]
H A Dreadconf.h31 char *host_arg; /* Host arg as specified on command line. */ global() member
H A Dreadconf.c630 match_cfg_line(Options * options,char ** condition,struct passwd * pw,const char * host_arg,const char * original_host,int final_pass,int * want_final_pass,const char * filename,int linenum) match_cfg_line() argument