Searched refs:proxy_command_pid (Results 1 – 2 of 2) sorted by relevance
151 pid_t proxy_command_pid = 0; variable782 if (proxy_command_pid > 1)783 kill(proxy_command_pid, SIGHUP);
54 extern pid_t proxy_command_pid;164 proxy_command_pid = pid; /* save pid to clean up later */ in ssh_proxy_connect()