Home
last modified time | relevance | path

Searched refs:proxy_command_pid (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dsshconnect.c77 static pid_t proxy_command_pid = 0; variable
259 proxy_command_pid = pid; /* save pid to clean up later */ in ssh_proxy_connect()
282 if (proxy_command_pid > 1) in ssh_kill_proxy_command()
283 kill(proxy_command_pid, SIGHUP); in ssh_kill_proxy_command()