Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c237 int startup_pipe; /* in child */ variable
1125 startup_pipe = -1;
1130 startup_pipe = dup(REEXEC_STARTUP_PIPE_FD);
1366 startup_pipe = -1;
1392 startup_pipe = startup_p[1];
2069 sock_in, sock_out, newsock, startup_pipe, config_s[0]);
2072 if (startup_pipe == -1)
2074 else if (startup_pipe != REEXEC_STARTUP_PIPE_FD) {
2075 dup2(startup_pipe, REEXEC_STARTUP_PIPE_FD);
2076 close(startup_pipe);
[all …]
Dsession.c141 extern int startup_pipe;