Lines Matching defs:proxy_command
77 expand_proxy_command(const char *proxy_command, const char *user,
85 xasprintf(&tmp, "exec %s", proxy_command);
103 const char *host_arg, u_short port, const char *proxy_command)
117 command_string = expand_proxy_command(proxy_command, options.user,
185 u_short port, const char *proxy_command)
200 command_string = expand_proxy_command(proxy_command, options.user,
421 * second). If proxy_command is non-NULL, it specifies the command (with %h
530 if (options.proxy_command == NULL) {
533 } else if (strcmp(options.proxy_command, "-") == 0) {
546 options.proxy_command);
549 options.proxy_command);
610 if (options.proxy_command == NULL) {
979 strcmp(hostname, ip) == 0 || options.proxy_command != NULL))