Searched refs:proxy_command (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp358 CommandObject *proxy_command = GetProxyCommandObject(); local
359 if (proxy_command)
360 return proxy_command->GetHelpLong();
367 const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); local
368 if (proxy_command)
369 return proxy_command->IsRemovable();
376 CommandObject *proxy_command = GetProxyCommandObject(); local
377 if (proxy_command)
378 return proxy_command->IsMultiwordObject();
385 CommandObject *proxy_command local
394 CommandObject *proxy_command = GetProxyCommandObject(); local
406 CommandObject *proxy_command = GetProxyCommandObject(); local
418 CommandObject *proxy_command = GetProxyCommandObject(); local
427 CommandObject *proxy_command = GetProxyCommandObject(); local
436 CommandObject *proxy_command = GetProxyCommandObject(); local
446 CommandObject *proxy_command = GetProxyCommandObject(); local
462 CommandObject *proxy_command = GetProxyCommandObject(); local
484 CommandObject *proxy_command = GetProxyCommandObject(); local
502 CommandObject *proxy_command = GetProxyCommandObject(); local
512 CommandObject *proxy_command = GetProxyCommandObject(); local
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h85 char *proxy_command; /* Proxy command for connecting the host. */ member in struct:__anon4957
H A Dsshconnect.c86 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) argument
93 if (!strcmp(proxy_command, "-")) {
113 xasprintf(&tmp, "exec %s", proxy_command);
368 * second). If proxy_command is non-NULL, it specifies the command (with %h
375 int want_keepalive, int needpriv, const char *proxy_command)
386 if (proxy_command != NULL)
387 return ssh_proxy_connect(host, port, proxy_command);
710 if (options.proxy_command == NULL) {
790 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))
373 ssh_connect(const char *host, struct sockaddr_storage * hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv, const char *proxy_command) argument
H A Droaming_client.c265 options.proxy_command) == 0 && roaming_resume() == 0) {
H A Dssh.c827 if (options.proxy_command != NULL &&
828 strcmp(options.proxy_command, "none") == 0) {
829 free(options.proxy_command);
830 options.proxy_command = NULL;
864 options.proxy_command) != 0)
H A Dreadconf.c707 charptr = &options->proxy_command;
1284 options->proxy_command = NULL;
1491 /* options->proxy_command should not be set by default */

Completed in 164 milliseconds