Searched refs:stdout_pipe (Results 1 – 1 of 1) sorted by relevance
143 int stdout_pipe[2]; in forkAndExec() local147 pipe2(stdout_pipe, O_NONBLOCK | O_CLOEXEC) == -1 || in forkAndExec()168 dup2(stdout_pipe[1], 1) == -1 || in forkAndExec()195 close(stdout_pipe[1]) == -1 || in forkAndExec()200 return new IptablesProcess(child_pid.value(), stdin_pipe[1], stdout_pipe[0], stderr_pipe[0]); in forkAndExec()