Searched defs:proxy_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp358 CommandObject *proxy_command = GetProxyCommandObject(); local
367 const CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); local
376 CommandObject *proxy_command = GetProxyCommandObject(); local
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
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

Completed in 58 milliseconds