OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxy_command
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
readconf.h
83
char *
proxy_command
; /* Proxy command for connecting the host. */
member in struct:__anon26787
sshconnect.c
85
ssh_proxy_connect(const char *host, u_short port, const char *
proxy_command
)
105
xasprintf(&tmp, "exec %s",
proxy_command
);
332
* second). If
proxy_command
is non-NULL, it specifies the command (with %h
339
int want_keepalive, int needpriv, const char *
proxy_command
)
350
if (
proxy_command
!= NULL)
351
return ssh_proxy_connect(host, port,
proxy_command
);
657
if (options.
proxy_command
== NULL) {
737
strcmp(hostname, ip) == 0 || options.
proxy_command
!= NULL))
[
all
...]
ssh.c
764
if (options.
proxy_command
!= NULL &&
765
strcmp(options.
proxy_command
, "none") == 0) {
766
xfree(options.
proxy_command
);
767
options.
proxy_command
= NULL;
801
options.
proxy_command
) != 0)
[
all
...]
roaming_client.c
266
options.
proxy_command
) == 0 && roaming_resume() == 0) {
readconf.c
652
charptr = &options->
proxy_command
;
[
all
...]
Completed in 78 milliseconds