Searched refs:stdin_pipe (Results 1 – 1 of 1) sorted by relevance
130 int stdin_pipe[2]; in forkAndExec() local134 if (pipe2(stdin_pipe, 0) == -1 || in forkAndExec()149 if (close(stdin_pipe[1]) == -1 || in forkAndExec()159 if (dup2(stdin_pipe[0], 0) == -1 || in forkAndExec()191 if (close(stdin_pipe[0]) == -1 || in forkAndExec()197 return new IptablesProcess(child_pid, stdin_pipe[1], stdout_pipe[0], stderr_pipe[0]); in forkAndExec()