Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c220 int startup_pipe; /* in child */ variable
986 startup_pipe = -1;
991 startup_pipe = dup(REEXEC_STARTUP_PIPE_FD);
1234 startup_pipe = -1;
1260 startup_pipe = startup_p[1];
1916 sock_in, sock_out, newsock, startup_pipe, config_s[0]);
1919 if (startup_pipe == -1)
1921 else if (startup_pipe != REEXEC_STARTUP_PIPE_FD) {
1922 dup2(startup_pipe, REEXEC_STARTUP_PIPE_FD);
1923 close(startup_pipe);
[all …]
Dsession.c140 extern int startup_pipe;