Searched refs:proxy_command_pid (Results 1 – 2 of 2) sorted by relevance
165 pid_t proxy_command_pid = 0; variable813 if (proxy_command_pid > 1) in main()814 kill(proxy_command_pid, SIGHUP); in main()
65 extern pid_t proxy_command_pid;143 proxy_command_pid = pid; /* save pid to clean up later */ in ssh_proxy_connect()